-
## Version **2.0.2** of [ember-cli-uglify](https://github.com/ember-cli/ember-cli-uglify) was just published.
Branch
Build failing 🚨
Dependency
…
-
There are a few problems which might occur when updating mackup.
For example, after I updated to the mackup version which removed support for Ember.app, I ran uninstall, however ember directory was n…
-
In the documentation it says:
> When you need another language, you should import a locale file using your ember-cli-build.js. Just import vendor/bootstrap-datepicker-locales/bootstrap-datepicker..…
-
I have the following models:
```javascript
// app/models/user.js
import Model from 'ember-data/model';
import {
fragment
} from 'model-fragments/attributes';
export default Model.extend({…
-
The Ember 2.0 release blog post [states](http://emberjs.com/blog/2015/08/13/ember-2-0-released.html#toc_ember-2-x-themes):
> As the JavaScript decorator proposal stabilizes, and as transpilers improv…
-
I'm trying to get emblem-brunch to work but getting a weird error:
TypeError: Object object has no method 'run'
at EmblemCompiler.module.exports.EmblemCompiler.setup (E:\node_modules\emblem-brunc…
-
I am trying to setup service workers for an ember 3.4 app. The app is served from a sub directory '/mobile/' so the config/environment.js `rootURL` is set to '/mobile/'.
In development the sw-regi…
-
It would be great not to have a normal page load in `"_self"` when clicking on a link inside Ember. Currently, using linkify and clicking on a link that directs to a page in the same ember-app, reload…
cmitz updated
5 years ago
-
We use the string ADDON_DOCS_ROOT_URL as a token placeholder value for `rootURL` in our `config/environment.js`, so that when building for production, AddonDocs can build a single version of the app, …
-
I'm trying to use `ember-cli-compass-compiler` package with `ember-cli-rails`, but I get a problem when I try and push to Heroku: ` Your Ruby version is 2.2.6, but your Gemfile specified 2.3.3 (Bundle…
imack updated
7 years ago