Skip to content

Commit

Permalink
remove leading 'src/' path from template name
Browse files Browse the repository at this point in the history
  • Loading branch information
dnauck committed Feb 3, 2015
1 parent 17d9935 commit 164d241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module.exports = function(grunt) {
}
},
template: {
src: ['src/*.html'],
cwd: 'src/',
src: ['*.html'],
dest: 'tmp/templates.js'
},
},
Expand Down

0 comments on commit 164d241

Please sign in to comment.