mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add JSHint checks to the Makefile
This commit is contained in:
parent
cf11cc8240
commit
41195a982d
5 changed files with 134 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue