0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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

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']
}
},