deleted coffee files & coffee-rails gem. disable js generation on application.rb (#173)

This commit is contained in:
Nursoltan Saipolda
2019-10-23 18:29:45 +08:00
committed by Sojan Jose
parent e0d291c49e
commit 73d433b591
11 changed files with 1 additions and 28 deletions

View File

@@ -20,5 +20,6 @@ module Chatwoot
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application.
config.generators.javascripts = false
end
end