Skip to content

partials still registered between targets #65

@jayenashar

Description

@jayenashar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions