Merge "Moved ScopedCallback to /libs"
[lhc/web/wiklou.git] / resources / Makefile
1 kss: nodecheck
2 # FIXME: Use more up-to-date Ruby version
3 @node_modules/.bin/kss-node mediawiki.ui mediawiki.ui/docs -l mediawiki.ui/vector.less -t styleguide-template
4 @echo Opening the generated style guide...
5 @command -v xdg-open >/dev/null 2>&1 || { open ${PWD}/mediawiki.ui/docs/index.html; exit 1; }
6 @xdg-open ${PWD}/mediawiki.ui/docs/index.html
7
8 nodecheck:
9 @scripts/nodecheck.sh