2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

make a few changes to package.json (add make test to makefile)

This commit is contained in:
Jacob Thornton
2012-04-19 16:38:43 -07:00
parent de9271bfd1
commit 1160935446
3 changed files with 16 additions and 7 deletions
+8
View File
@@ -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