Add JSHint checks to the Makefile

This commit is contained in:
Saivann 2015-08-21 02:09:10 -04:00
parent cf11cc8240
commit 41195a982d
5 changed files with 134 additions and 1 deletions

View file

@ -22,6 +22,7 @@ group :development do
gem 'kramdown', '~>1.6.0'
gem 'RedCloth'
gem 'therubyracer' # required by less
gem 'jshintrb', '~>0.3.0'
end
## Not used on build server. Only used by developers and Travis CI, so