ember-cli-coffeescript
ember-cli-coffeescript copied to clipboard
Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
With new version of ember-cli-coffeescript (1.14.0) when I rewrite route.js file into coffee and then I tried to build app, building process freezes or was in infinite loop. No error...
I've just installed the plugin to an existing ember-cli 1.13.13 app, and when I generate a pod or a component I am getting javascript blueprints for the pod itself, but...
Use this: https://github.com/ember-cli/ember-cli/blob/master/ADDON_HOOKS.md#config Instead of the home-made, free-range, organic implementation here: https://github.com/kimroen/ember-cli-coffeescript/blob/3d2d4091c45fe9622b4c7d38c085680c56757701/index.js#L16-L24
This is a common thing to run in to after updating ember-cli. What happens is this: You have an `app.coffee` file, and you also have an `app.js` file. This can...
I have this addon installed, and I change generated CoffeeScript code to have an indent level of 4. When generating a route nested under another route with the command `ember...
brand new app: > $ ember g route open-bar > version: 2.3.0 > installing route > create app/routes/open-bar.coffee > create app/templates/open-bar.hbs > ENOENT: no such file or directory, open '/Users/ibroadfo/scratchy/bourbon/app/router.coffee'
[This code](https://github.com/kimroen/ember-cli-coffeescript/blob/3d2d4091c45fe9622b4c7d38c085680c56757701/index.js#L16-L24) is invoked before `process.env.EMBER_ENV` has been set, so environment-specific configuration does not work properly. To reproduce: ``` ember new my-project cd my-project ember install ember-cli-coffeescript echo 'module.exports =...
We're trying to port our app over from brunch to ember-cli, and we have several custom modules that we included in the coffeelint hash of our brunch configuration file. Does...
Not sure if this can be addressed in here or by the broccoli-coffee maintainers, but source maps would be a huge help