Skip to content

Commit 781a745

Browse files
committed
incorrect templating
1 parent f51ee6b commit 781a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ module.exports = function (grunt) {
365365
// Replace Google CDN references
366366
cdnify: {
367367
dist: {
368-
html: ['<%= yeoman.dist %>/public/*.html']
368+
html: ['<%%= yeoman.dist %>/public/*.html']
369369
}
370370
},
371371

0 commit comments

Comments
 (0)