From 1160935446e06339d8c7e09415d57086746fbce5 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 19 Apr 2012 16:38:43 -0700 Subject: make a few changes to package.json (add make test to makefile) --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3