You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed ember tools for the sole purpose of precompiling handlebars templates, but that option seems not tho work here is what I get (and if I prod):
ember precompile -d dir -f out.handlebars
/usr/local/lib/node_modules/ember-tools/bin/ember:42
.action(function() { precompile(program); })
^
ReferenceError: precompile is not defined
at Command. (/usr/local/lib/node_modules/ember-tools/bin/ember:42:24)
at Command. (/usr/local/lib/node_modules/ember-tools/node_modules/commander/index.js:254:8)
at Command.EventEmitter.emit (events.js:97:17)
at Command.parseArgs (/usr/local/lib/node_modules/ember-tools/node_modules/commander/index.js:471:12)
at Command.parse (/usr/local/lib/node_modules/ember-tools/node_modules/commander/index.js:378:15)
at Object. (/usr/local/lib/node_modules/ember-tools/bin/ember:47:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
The text was updated successfully, but these errors were encountered:
I just installed ember tools for the sole purpose of precompiling handlebars templates, but that option seems not tho work here is what I get (and if I prod):
The text was updated successfully, but these errors were encountered: