Skip to content

Commit fc0c121

Browse files
authoredAug 30, 2016
forget cwd example
1 parent 94d4897 commit fc0c121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ grunt.initConfig({
7575
dev: { // Another target
7676
files: [{
7777
expand: true,
78+
cwd: 'app',
7879
src: ['src/**/*.html', '*.html'],
7980
dest: 'dist'
8081
}]

0 commit comments

Comments
 (0)
Please sign in to comment.