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
|
@ -12,6 +12,7 @@ GEM
|
|||
commonjs (0.2.7)
|
||||
ethon (0.7.3)
|
||||
ffi (>= 1.3.0)
|
||||
execjs (2.6.0)
|
||||
fast-stemmer (1.0.2)
|
||||
ffi (1.9.3)
|
||||
ffi-icu (0.1.2)
|
||||
|
@ -35,6 +36,10 @@ GEM
|
|||
pygments.rb (~> 0.5.0)
|
||||
redcarpet (~> 2.3.0)
|
||||
safe_yaml (~> 0.9.7)
|
||||
jshintrb (0.3.0)
|
||||
execjs
|
||||
multi_json (>= 1.3)
|
||||
rake
|
||||
json (1.8.1)
|
||||
kramdown (1.6.0)
|
||||
less (2.4.0)
|
||||
|
@ -49,6 +54,7 @@ GEM
|
|||
syntax (>= 1.0.0)
|
||||
mercenary (0.3.5)
|
||||
mini_portile (0.6.2)
|
||||
multi_json (1.11.2)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
parallel (1.4.1)
|
||||
|
@ -56,6 +62,7 @@ GEM
|
|||
pygments.rb (0.5.4)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
rake (10.4.2)
|
||||
rb-fsevent (0.9.3)
|
||||
rb-inotify (0.9.2)
|
||||
ffi (>= 0.5.0)
|
||||
|
@ -81,6 +88,7 @@ DEPENDENCIES
|
|||
ffi-icu
|
||||
html-proofer
|
||||
jekyll (~> 1.3.0)
|
||||
jshintrb (~> 0.3.0)
|
||||
json
|
||||
kramdown (~> 1.6.0)
|
||||
less
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue