diff options
| author | XhmikosR <[email protected]> | 2013-09-18 21:37:55 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-07 05:05:13 +0200 |
| commit | 2fc2fe75bdfaa8c22929594d4846dfad6aab71c7 (patch) | |
| tree | c4280676def414677ef5256e36a81d1498e99f85 /Gruntfile.js | |
| parent | 4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (diff) | |
| download | bootstrap-2fc2fe75bdfaa8c22929594d4846dfad6aab71c7.tar.xz bootstrap-2fc2fe75bdfaa8c22929594d4846dfad6aab71c7.zip | |
Lint docs-assets/js/application.js and docs-assets/js/customizer.js.
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c60e600ab..1532e0aed 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,6 +37,9 @@ module.exports = function(grunt) { }, test: { src: ['js/tests/unit/*.js'] + }, + assets: { + src: ['docs-assets/js/application.js', 'docs-assets/js/customizer.js'] } }, |
