Skip to content

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart committed Apr 21, 2016
1 parent 23ac3dc commit f214a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -45,7 +45,7 @@ module.exports = function(grunt) {
prefix: 'abc'
},
files: {
'tmp/defaults.html': ['test/fixtures/*.js', 'test/fixtures/*.css', 'test/fixtures/component.html', '!test/fixtures/*.min.*']
'tmp/prefix.html': ['test/fixtures/*.js', 'test/fixtures/*.css', 'test/fixtures/component.html', '!test/fixtures/*.min.*']
}
},
templateString: {
Expand Down

0 comments on commit f214a5a

Please sign in to comment.