diff options
| author | Jacob Thornton <[email protected]> | 2012-04-19 16:38:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-19 16:38:43 -0700 |
| commit | 1160935446e06339d8c7e09415d57086746fbce5 (patch) | |
| tree | 41d3c10eea67112352f0c5c941912a863620c7f0 /Makefile | |
| parent | de9271bfd1113c8c6ca6cbcc2d56b77fd2763b77 (diff) | |
| download | bootstrap-1160935446e06339d8c7e09415d57086746fbce5.tar.xz bootstrap-1160935446e06339d8c7e09415d57086746fbce5.zip | |
make a few changes to package.json (add make test to makefile)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -36,6 +36,14 @@ build: @echo "Thanks for using Bootstrap," @echo "<3 @mdo and @fat\n" +# +# RUN JSHINT +# TODO: run unittests +# + +test: + jshint js/*.js --config js/.jshintrc + jshint js/tests/unit/*.js --config js/.jshintrc # # BUILD SIMPLE BOOTSTRAP DIRECTORY |
