From 2fc2fe75bdfaa8c22929594d4846dfad6aab71c7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Sep 2013 21:37:55 +0300 Subject: Lint docs-assets/js/application.js and docs-assets/js/customizer.js. --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gruntfile.js') 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'] } }, -- cgit v1.2.3