mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 08:00:59 +00:00
add /docs/assets JS to JSCS Grunt task config
This commit is contained in:
parent
34566f4934
commit
938bc12c58
1 changed files with 3 additions and 0 deletions
|
|
@ -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']
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue