Recently, I started a new rails 5.1.4
project but I've forgotten add --skip-coffee
on rails new
.
Is there a way to remove the coffeescript dependency without create a new project?.
Thanks in advance.
Recently, I started a new rails 5.1.4
project but I've forgotten add --skip-coffee
on rails new
.
Is there a way to remove the coffeescript dependency without create a new project?.
Thanks in advance.
gem 'coffee-rails'
from Gemfile
..js.coffee
to .js
.config.generators.javascript_engine = :js
to your application.rb.tmp
cache is cleared with rake tmp:cache:clear