]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add /docs/assets JS to JSCS Grunt task config
authorChris Rebert <code@rebertia.com>
Mon, 6 Jan 2014 04:52:37 +0000 (20:52 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 6 Jan 2014 04:52:37 +0000 (20:52 -0800)
Gruntfile.js

index 9a2a5754e45720d2d134b25d6c06cdb39beea5d8..2c9e4f985abbf849a6c160457d97613fcaac07e8 100644 (file)
@@ -60,6 +60,9 @@ module.exports = function (grunt) {
       },
       test: {
         src: ['js/tests/unit/*.js']
+      },
+      assets: {
+        src: ['docs/assets/js/application.js', 'docs/assets/js/customizer.js']
       }
     },