mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
add /docs/assets JS to JSCS Grunt task config
This commit is contained in:
parent
34566f4934
commit
938bc12c58
@ -60,6 +60,9 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
src: ['js/tests/unit/*.js']
|
src: ['js/tests/unit/*.js']
|
||||||
|
},
|
||||||
|
assets: {
|
||||||
|
src: ['docs/assets/js/application.js', 'docs/assets/js/customizer.js']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user