diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 20:52:37 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 20:52:37 -0800 |
| commit | 938bc12c58343dde20caf8c3e88a674774705172 (patch) | |
| tree | ba3fe5f9e5d0706e4d2929479676122dc4318afd | |
| parent | 34566f493478b6d7098dfb0e435e0af06e24f6d1 (diff) | |
| download | bootstrap-938bc12c58343dde20caf8c3e88a674774705172.tar.xz bootstrap-938bc12c58343dde20caf8c3e88a674774705172.zip | |
add /docs/assets JS to JSCS Grunt task config
| -rw-r--r-- | Gruntfile.js | 3 |
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'] } }, |
