-
production builds will always come at a penalty, uglification and such. But there have been some reports of extremely slow builds.
problems
- [x] lack of visible into why
- [x] uglifying asm files…
-
Hi there !
I'm seeking for help on my build on Travis-CI. I've been unabled to build my webapp with the following versions :
- 0.2.7
- 1.13.13
- 2.2.0-beta2
When Travis starts the command `ember bu…
-
When using the following validation:
```
vat: validator('number', {
allowBlank: false,
allowString: true,
gte: 0,
lte: 1
}),
```
I get the following error when the value I enter is t…
-
Great work, finally a usable Ember plugin :)
Couple of ideas for features:
- {{component/helper/variable}} name completion in .hbs templates
- completion for i18n {{t helper, for ember-intl / ember-i1…
-
When running `ember build -prod`, Javascript minification is enabled by default. Source maps can be enabled in `ember-cli-build.js` as follows:
```
sourcemaps: {
enabled: true,
extens…
-
Hi,
In the latest ember version, you cannot access instances of a container in the intializer anymore, see: http://emberjs.com/deprecations/v1.x/#toc_deprecate-access-to-instances-in-initializers. Cu…
-
Currently it seems that the ember environment is determined based on the RAILS_ENV, or whether the `ember:test` rake task is being run but there doesn't seem to be any way to explicitly take control o…
jpaas updated
8 years ago
-
``` javascript
import Ember from 'ember';
import hbs from 'htmlbars-inline-precompile';
import { moduleForComponent, test } from 'ember-qunit';
import instanceInitializer from 'ntfrontend/instance-ini…
-
Fresh install with this addon and a simple translation key produces the following error:
`Uncaught Error: format-message helper requires value`
The template looks like `{{t 'advertiser'}}`.
In my en…
ghost updated
8 years ago
-
I have an app that supports 26 languages. I don't want every user to have to download all 26 languages so I am trying to xhr for the user's locale and load it at runtime.
This is what I am doing:
…