-
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…
-
For the cli-guides we should show the ember-cli logo in the top left just above the TOC.
As we are using guidemaker for the ember-cli guides we will need to make this a configurable feature of…
-
i try to clear user cookie in my ember app. and the cookie still there...
```
export default Service.extend({
cookies: Ember.inject.service(),
removeCookies() {
let cookieService = this.g…
-
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…
-
Hi!
When trying to run `yarn test:ember-compatibility` in my addon, I receive:
```
❯ yarn test:ember-compatibility
Unknown Syntax Error: Unsupported option name ("--no-lockfile").
$ yarn in…
-
I want to be able to drag someone from one list to another, in a lot of ways that's a better interface than clicking on the card.
https://medium.com/delightful-ui-for-ember-apps/ember-js-and-html5-dra…
-
## Version **2.0.2** of [ember-cli-uglify](https://github.com/ember-cli/ember-cli-uglify) was just published.
Branch
Build failing 🚨
Dependency
…
-
Just wondering if there are any plans to bundle a set of standard HTMLBars helpers (`if`, `each`, etc) so that it can be comfortably used outside Ember?
I've been really impressed with using HTMLBars…
-
The newest versions of Ember have altered the way `legacyFilesToAppend` works. This affects `exclude_ember_deps`.
Currently, this addon does not work with EmberCLI 2.4.1 or higher.
https://github.co…
ghost updated
7 years ago
-
Update frontend example app using [ember-simple-auth-torii](https://github.com/simplabs/ember-cli-simple-auth-torii)