2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Update grunt paths

This commit is contained in:
Zlatan Vasović
2014-02-06 19:39:45 +01:00
parent 7eb532262f
commit 9bb5c319b8
+2 -2
View File
@@ -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) {
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'