Skip to content

Commit

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

Expand Down

0 comments on commit 781a745

Please sign in to comment.