Skip to content

Commit d648bc6

Browse files
committed
Moved tasks into the config root
1 parent bbbefb0 commit d648bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ module.exports = function() {
1717
imagesSrc: 'images/src/',
1818
bower: 'bower/',
1919
grunt: 'config/grunt/',
20-
tasks: 'config/grunt/tasks/'
20+
tasks: 'tasks/'
2121
};
2222

2323
project.paths.global = {
2424
config: path.join( __dirname, 'config/' ),
2525
grunt: path.join( __dirname, 'config/grunt/' ),
26-
tasks: path.join( __dirname, 'config/grunt/tasks/' )
26+
tasks: path.join( __dirname, 'tasks/' )
2727
};
2828

2929
project.taskMap = {
File renamed without changes.

0 commit comments

Comments
 (0)