From: Chris Rebert Date: Mon, 6 Jan 2014 04:52:37 +0000 (-0800) Subject: add /docs/assets JS to JSCS Grunt task config X-Git-Tag: v3.1.0~121^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938bc12c58343dde20caf8c3e88a674774705172;p=thirdparty%2Fbootstrap.git add /docs/assets JS to JSCS Grunt task config --- 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'] } },