We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbefb0 commit d648bc6Copy full SHA for d648bc6
index.js
@@ -17,13 +17,13 @@ module.exports = function() {
17
imagesSrc: 'images/src/',
18
bower: 'bower/',
19
grunt: 'config/grunt/',
20
- tasks: 'config/grunt/tasks/'
+ tasks: 'tasks/'
21
};
22
23
project.paths.global = {
24
config: path.join( __dirname, 'config/' ),
25
grunt: path.join( __dirname, 'config/grunt/' ),
26
- tasks: path.join( __dirname, 'config/grunt/tasks/' )
+ tasks: path.join( __dirname, 'tasks/' )
27
28
29
project.taskMap = {
config/grunt/tasks/readpkg.js renamed to tasks/readpkg.js
0 commit comments