Hygiene: Dont run jshint against .less files

Change-Id: Ib90f706160b5404fa278e09e5a79bb83e8911500
This commit is contained in:
Erik Bernhardson 2014-09-05 16:45:34 -07:00
parent f8a8caa93b
commit c88261148d

View file

@ -41,7 +41,7 @@ nodecheck:
# Verify all javascript in the project has valid syntax and follows jshint rules
jshint: nodecheck
@node_modules/.bin/jshint modules/* tests/qunit --config .jshintrc
@node_modules/.bin/jshint modules/ tests/qunit --config .jshintrc
# Verify all less files are compilable
checkless: