diff --git a/lib/emblem-brunch.coffee b/lib/emblem-brunch.coffee index 01736dd..086341c 100644 --- a/lib/emblem-brunch.coffee +++ b/lib/emblem-brunch.coffee @@ -42,7 +42,7 @@ module.exports = class EmblemCompiler path = path .replace(new RegExp('\\\\', 'g'), '/') .replace(/^app\//, '') - .replace(/^templates\//, '') + .replace(/templates\//, '') .replace(/\.\w+$/, '') content = @window.Emblem.precompile @window.Ember.Handlebars, data result = "Ember.TEMPLATES[#{JSON.stringify(path)}] = Ember.Handlebars.template(#{content});module.exports = module.id;"