ember-cli-coffeescript icon indicating copy to clipboard operation
ember-cli-coffeescript copied to clipboard

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.

Results 19 ember-cli-coffeescript issues
Sort by recently updated
recently updated
newest added

This PR closes #146 by fixing the `route` generator to use `locals` from the ancestral blueprint. It also enables two previously skipped tests by removing the parts of the tests...

I'm using ember-cli 3.1 and Ember.js 3.0. This is the failure when I list generators: ``` $ ember help g (...snipped DEPRECATION warnings...) Requested ember-cli commands: ember generate Generates new...

```shell › ember -v ember-cli: 2.13.2 node: 7.7.4 os: darwin x64 › ember new route-test ... › cd route-test › ember generate route foo installing route create app/routes/foo.js create app/templates/foo.hbs...

Hi there, Coffeescript 2 is getting real: http://coffeescript.org/v2/ (https://github.com/coffeescript6/discuss/issues/80). It supports many **ES2015 features**. The reason why I would love to see it in ember is the **async/await** and **generator**...

That is, in addition to having `CoffeeLint's` output in my console when I run `ember server`, I would also like to have tests generated and be able to run them...

Might it be possible to add vendor or other assets to the precompile? Passing in a "tree/node" option could be a great asset. Thanks for any insight

When ember-cli creates a new project, all the main files already comes in common javascript. There's a way to create an extension for `ember new` to create the full project...

enhancement

Coffeescript blueprints for `instance-initializer` is missing. These should be added for completeness.

The blueprints for addons: * `addon-import` * `component-addon` * `helper-addon` * `initializer-addon` * `route-addon` are now basically similar to the default ember blueprints. Check if it is possible to remove...

ember-cli supports an argument, `--silent`, that should mute all output. This is useful for running tests and reading the output, for example. ember-cli-coffeescript ignores this, and outputs the linting output...

help wanted