You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been opened for a while #145 and hasn't been addressed.
Since the time that it has been open things have been added to the ecosystem to make the ergonomics of compatibility support better. Specifically targets.
Issues such as #427 and #343 will go away automagically because of the functionality in babel-preset-env. Similarly we'll be more aligned with the community best practices.
<@buschtoens> Modernize ELT, kill bower and enable yarn #438: Font-awesome should be a devDependency when we move it to the package.json -- from what I could see in this search. It's css should be brought in for the demo app by using ember-cli-build.js. We should document this, so it's no surprise that the ascending and descending icons don't work if users drag and drop our code snippets, don't have font-awesome, and haven't copied our setup.
This issue has been opened for a while #145 and hasn't been addressed.
Since the time that it has been open things have been added to the ecosystem to make the ergonomics of compatibility support better. Specifically targets.
Issues such as #427 and #343 will go away automagically because of the functionality in babel-preset-env. Similarly we'll be more aligned with the community best practices.
Tasks
☠️
bower.json
ember-cli
to 2.13, reconfigure to use npm &ember-source
instead of bowerFaker
/Pretender
shouldn't be needed in bower.json as those are brought in byember-cli-mirage
https://github.com/offirgolan/ember-light-table/blob/master/bower.jsonFont-awesome
should be adevDependency
when we move it to thepackage.json
-- from what I could see in this search. It's css should be brought in for the demo app by usingember-cli-build.js
. We should document this, so it's no surprise that the ascending and descending icons don't work if users drag and drop our code snippets, don't have font-awesome, and haven't copied our setup.bower.json
Compatibility Related
recommend consumers use targets to not have to setuse conditional index.js logic to polyfill?includePolyfill: true
inember-cli-babel
Other
As always, any and all help is welcome. Feel free to chime in the comments to pick up a task, and I'll add your name alongside the task
Reference
http://rwjblue.com/2017/04/21/ember-cli-targets/
ember-source
Eslint
https://www.emberjs.com/blog/2017/01/23/ember-2-11-released.html#toc_eslint-all-the-things
https://github.com/ember-cli/ember-new-output/blob/master/.eslintrc.js
The text was updated successfully, but these errors were encountered: