aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-19 16:38:43 -0700
committerJacob Thornton <[email protected]>2012-04-19 16:38:43 -0700
commit1160935446e06339d8c7e09415d57086746fbce5 (patch)
tree41d3c10eea67112352f0c5c941912a863620c7f0 /Makefile
parentde9271bfd1113c8c6ca6cbcc2d56b77fd2763b77 (diff)
downloadbootstrap-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--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f99b2303f..e7a0f035f 100644
--- a/Makefile
+++ b/Makefile
@@ -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