Skip to content

Commit

Permalink
use the correct name (including hbs!) in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stutrek committed Oct 28, 2014
1 parent abef633 commit f4ef5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ define([
var configHbs = config.hbs || {};
var options = _.extend(configHbs.compileOptions || {}, { originalKeyFallback: configHbs.originalKeyFallback });
var prec = precompile( text, mapping, options);
var tmplName = config.isBuild ? '' : "'hbs!" + name + "',";
var tmplName = "'hbs!" + name + "',";

if(depStr) depStr = ", '"+depStr+"'";

Expand Down

0 comments on commit f4ef5fa

Please sign in to comment.