aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-05 20:52:37 -0800
committerChris Rebert <[email protected]>2014-01-05 20:52:37 -0800
commit938bc12c58343dde20caf8c3e88a674774705172 (patch)
treeba3fe5f9e5d0706e4d2929479676122dc4318afd
parent34566f493478b6d7098dfb0e435e0af06e24f6d1 (diff)
downloadbootstrap-938bc12c58343dde20caf8c3e88a674774705172.tar.xz
bootstrap-938bc12c58343dde20caf8c3e88a674774705172.zip
add /docs/assets JS to JSCS Grunt task config
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9a2a5754e..2c9e4f985 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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']
}
},