grunt-ember-handlebars
grunt-ember-handlebars copied to clipboard
Use handlebars with grunt banner/footer
When I concat like this
banner: ";(function( window, Ember, undefined){ \n 'use strict';",
footer: "}( window, Ember ));"
My template wil brake. Is it a bad practise to concat and wrap ember-handlebars? It brakes because this is undefined and
this["App"] = this["App"] || {};
Doesn't work inside my function