From 938bc12c58343dde20caf8c3e88a674774705172 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Jan 2014 20:52:37 -0800 Subject: [PATCH] add /docs/assets JS to JSCS Grunt task config --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9a2a5754e4..2c9e4f985a 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'] } },