Skip to content

Commit 0ad646c

Browse files
committed
fix(gruntfile): incorrect path to index.html for cdnify
1 parent f5ca531 commit 0ad646c

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 %>/*.html']
368+
html: ['<%= yeoman.dist %>/public/*.html']
369369
}
370370
},
371371

0 commit comments

Comments
 (0)