We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d4897 commit fc0c121Copy full SHA for fc0c121
README.md
@@ -75,6 +75,7 @@ grunt.initConfig({
75
dev: { // Another target
76
files: [{
77
expand: true,
78
+ cwd: 'app',
79
src: ['src/**/*.html', '*.html'],
80
dest: 'dist'
81
}]
0 commit comments