Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-20 03:38:43 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-20 03:38:43 +0400
commit1160935446e06339d8c7e09415d57086746fbce5 (patch)
tree41d3c10eea67112352f0c5c941912a863620c7f0 /Makefile
parentde9271bfd1113c8c6ca6cbcc2d56b77fd2763b77 (diff)
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 f99b2303f5..e7a0f035f0 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