2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

add /docs/assets JS to JSCS Grunt task config

This commit is contained in:
Chris Rebert
2014-01-05 20:52:37 -08:00
parent 34566f4934
commit 938bc12c58
+3
View 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']
}
},