From 9bb5c319b8364bab584cf970b942bc03d611660e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 6 Feb 2014 19:39:45 +0100 Subject: [PATCH] Update grunt paths --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index acef4100a5..6f4d6514bc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,7 +44,7 @@ module.exports = function (grunt) { jshintrc: 'js/.jshintrc' }, grunt: { - src: ['Gruntfile.js', 'docs/grunt/*.js', 'test-infra/shrinkwrap.js'] + src: ['Gruntfile.js', 'grunt/*.js'] }, src: { src: 'js/*.js' @@ -62,7 +62,7 @@ module.exports = function (grunt) { config: 'js/.jscs.json', }, grunt: { - src: ['Gruntfile.js', 'docs/grunt/*.js', 'test-infra/shrinkwrap.js'] + src: ['Gruntfile.js', 'grunt/*.js'] }, src: { src: 'js/*.js'