aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4e713d7c8..3eaaacee9 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']
}
},