Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
release/v1.2
Bo-Yi Wu 7 years ago committed by Lunny Xiao
parent 2b05b104ef
commit 2c3efd72ce

@ -264,7 +264,7 @@ public/js/index.js: $(JAVASCRIPTS)
stylesheets-check: stylesheets
@diff=$$(git diff public/css/index.css); \
if [ -n "$$diff" ]; then \
echo "Please run 'make less' and commit the result:"; \
echo "Please run 'make stylesheets' and commit the result:"; \
echo "$${diff}"; \
exit 1; \
fi;

Loading…
Cancel
Save