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 55b8fe9 commit 23ac3dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gruntfile.js
Expand Up @@ -40,6 +40,14 @@ module.exports = function(grunt) {
'tmp/defaults.html': ['test/fixtures/*.js', 'test/fixtures/*.css', 'test/fixtures/component.html', '!test/fixtures/*.min.*']
}
},
prefix: {
options: {
prefix: 'abc'
},
files: {
'tmp/defaults.html': ['test/fixtures/*.js', 'test/fixtures/*.css', 'test/fixtures/component.html', '!test/fixtures/*.min.*']
}
},
templateString: {
options: {
template: null,
Expand Down

0 comments on commit 23ac3dc

Please sign in to comment.