moodyroto/grunt-handlebars-min

No default extension

Closed this issue · 1 comments

Leaving the extension option off causes issues with file names.

handlebarsmin: {
    dist: {
        src: "./client-scripts/js/templates/handlebars/*.handlebars",
        dest: "./client-scripts/js/templates/min/"
    }
}

yields files with {filename}undefined.

Issue is now resolved, fa625e0.