kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Turning off linting with config doesn't work #53

Closed kimroen closed 9 years ago

kimroen commented 9 years ago

Using the config in config/environment.js to turn off linting is pointless, as that part is read after the first round if linting is run.

Options:

  1. Do something else
  2. Move config back to the Brocfile (which has other issues)
kimroen commented 9 years ago

It doesn't work in testing-mode is the problem, actually. Probably because of this: https://github.com/kimroen/ember-cli-coffeescript/blob/9e75c4adefd92b22d1d0bb6399f15637dad3e9dd/index.js#L21