Remove coffeescript dependency
chrisma opened this issue · 0 comments
chrisma commented
All but one .coffee
files are empty (the exception is notifications.coffee
).
There is custom JS in app/assets/javascripts/*.js
files.
- Translate existing coffeescript into ES6 and remove coffeescript dependency from Gemfile
- Investigate whether custom JS e.g.
app/assets/javascripts/request.js
, is needed or whether default solutions can be applied.