only run jshint on test, not on build.
This commit is contained in:
parent
284e5ae3ca
commit
b820fa4c3e
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -4,8 +4,6 @@
|
|||
#
|
||||
|
||||
build:
|
||||
@echo "Running jshint..."
|
||||
@./node_modules/.bin/jshint lib/ComicBook.js --config lib/.jshintrc
|
||||
@echo "Compiling Handlebars templates..."
|
||||
@./node_modules/.bin/handlebars templates/*.handlebars -f lib/templates.js
|
||||
@echo "Compiling and minifying javascript..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue