Skip to content

Commit 164d241

Browse files
committed
remove leading 'src/' path from template name
1 parent 17d9935 commit 164d241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = function(grunt) {
3131
}
3232
},
3333
template: {
34-
src: ['src/*.html'],
34+
cwd: 'src/',
35+
src: ['*.html'],
3536
dest: 'tmp/templates.js'
3637
},
3738
},

0 commit comments

Comments
 (0)