-
This package breaks when there is a a custom html tag with a dash inside and it should not as Ember angle bracket components will be introduced soon.
```
```
> Cannot read property 'tag' of undefi…
-
Hi,
anybody a idea we can fix this error?:
This is my package.json in the engine:
```
"dependencies": {
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli…
-
installed dependencies ember-cli-babel@5.2.4 and ember-cli-htmlbars@1.3.4 using ember-cli-version-checker@1.3.1 which causes deprecation as per:
[https://github.com/ember-cli/ember-cli-version-che…
-
Hi,
In production environment hbs files are not minified before compiled.
Reproduction steps:
- `ember init`
- modify the `application.hbs` as follow:
```
ctjhoa@cl-mackbook ~/Downloads/ember-todo …
-
I'm sure this is related to a change in one of the addon's dependencies, but as of this afternoon including this addon in an ember app breaks the app's build. I've been able to reproduce with a fresh …
-
Does this need to have the dependencies? `ember-cli-babel` and `ember-cli-htmlbars`?
-
```
.given('a $string component', async function(componentName) {
this.render(Ember.HTMLBars.compile(`{{${componentName}}}`));
assert.ok(true, this.step);
})
```
The DOM is e…
-
I just installed this add-on in a basically empty app (it's one of the first things I installed), and it brought live-reloading down to a crawl. It takes 5 seconds every time I make a change before my…
-
Sometimes when tests have similar setups we use a `beforeEach` to call `render`. The codemod does a good job converting `it` usages to async functions but misses functions passed to other mocha hooks
-
I have been working on upgrading to 1.13 and have noticed that my view tree is quite off. I tried cloning and building from source but the same issue
![screenshot from 2015-07-08 13 09 43](https://cl…