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
If I use this plugin with just the one option amd: true, the output will be quite different from running the command line compiler with just the -a (AMD) option.
In particular, the command line compiler only requires handlebars.runtime while the plugin's output requires the whole handlebars.
Is there a way to get the grunt task to output the same as the CLI compiler with the same options?
And/or just some way to get it to require the runtime instead of the whole thing?
The text was updated successfully, but these errors were encountered:
If I use this plugin with just the one option
amd: true
, the output will be quite different from running the command line compiler with just the-a
(AMD) option.In particular, the command line compiler only requires
handlebars.runtime
while the plugin's output requires the wholehandlebars
.Is there a way to get the grunt task to output the same as the CLI compiler with the same options?
And/or just some way to get it to require the runtime instead of the whole thing?
The text was updated successfully, but these errors were encountered: