-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Gruntfile.js:
front: {
files: [{
src: 'src/main/templates/front/index.hbs',
dest: 'src/main/webapp/index.html'
}],
templateData: {},
partials: 'target/main/templates/front/*.hbs'
},
blog: {
files: [{
src: 'src/main/templates/blog/index.hbs',
dest: 'src/main/webapp/blog/index.html'
}],
templateData: {},
partials: 'target/main/templates/blog/*.hbs'
},
output:
Running "compile-handlebars:front" (compile-handlebars) task
Running "compile-handlebars:blog" (compile-handlebars) task
>> css is already registered, clobbering with the new value. Consider setting `registerFullPath` to true
seems like front/css.hbs shouldn't be accessible to compile-handlebars:blog
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels