Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add babel-plugin-htmlbars-inline-precompile to babel pipeline #337

Merged
merged 1 commit into from
Feb 24, 2016
Merged

Add babel-plugin-htmlbars-inline-precompile to babel pipeline #337

merged 1 commit into from
Feb 24, 2016

Conversation

pangratz
Copy link
Contributor

This adds the babel plugin to the pipeline, which makes it possible to
use import hbs from "htmlbars-inline-precompile";. This is helpful for
writing component integration tests using ember-twiddle.

This addresses #326.


I tried to add a blueprint for a component test, but we can't import the one from ember-cli since its' template uses ifs, which are not yet supported within ember-twiddle...

This adds the babel plugin to the pipeline, which makes it possible to
use `import hbs from "htmlbars-inline-precompile";`. This is helpful for
writing component integration tests using ember-twiddle.
@pangratz pangratz mentioned this pull request Feb 24, 2016
Gaurav0 added a commit that referenced this pull request Feb 24, 2016
Add babel-plugin-htmlbars-inline-precompile to babel pipeline
@Gaurav0 Gaurav0 merged commit 292b744 into ember-cli:master Feb 24, 2016
@pangratz pangratz deleted the hbs branch February 24, 2016 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants