Skip to content

Commit

Permalink
fix(gruntfile): incorrect path to index.html for cdnify
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Aug 12, 2014
1 parent f5ca531 commit 0ad646c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Expand Up @@ -365,7 +365,7 @@ module.exports = function (grunt) {
// Replace Google CDN references
cdnify: {
dist: {
html: ['<%%= yeoman.dist %>/*.html']
html: ['<%= yeoman.dist %>/public/*.html']
}
},

Expand Down

0 comments on commit 0ad646c

Please sign in to comment.