Commit 87219cfe authored by Chris Rebert's avatar Chris Rebert

Merge pull request #12612 from ZDroid/grunt-path

Update grunt paths
parents 7eb53226 9bb5c319
...@@ -44,7 +44,7 @@ module.exports = function (grunt) { ...@@ -44,7 +44,7 @@ module.exports = function (grunt) {
jshintrc: 'js/.jshintrc' jshintrc: 'js/.jshintrc'
}, },
grunt: { grunt: {
src: ['Gruntfile.js', 'docs/grunt/*.js', 'test-infra/shrinkwrap.js'] src: ['Gruntfile.js', 'grunt/*.js']
}, },
src: { src: {
src: 'js/*.js' src: 'js/*.js'
...@@ -62,7 +62,7 @@ module.exports = function (grunt) { ...@@ -62,7 +62,7 @@ module.exports = function (grunt) {
config: 'js/.jscs.json', config: 'js/.jscs.json',
}, },
grunt: { grunt: {
src: ['Gruntfile.js', 'docs/grunt/*.js', 'test-infra/shrinkwrap.js'] src: ['Gruntfile.js', 'grunt/*.js']
}, },
src: { src: {
src: 'js/*.js' src: 'js/*.js'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment