diff --git a/Gemfile b/Gemfile index 1aa6a22cc..2f332b915 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,6 @@ gem 'sentry-raven' ##-- TODO: move these gems to appropriate groups --## gem 'carrierwave-aws' -gem 'coffee-rails' gem 'mini_magick' gem 'sidekiq' gem 'uglifier', '>= 1.3.0' diff --git a/app/assets/javascripts/api/base.coffee b/app/assets/javascripts/api/base.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/base.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/agents.coffee b/app/assets/javascripts/api/v1/agents.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/agents.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/canned_responses.coffee b/app/assets/javascripts/api/v1/canned_responses.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/canned_responses.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/conversations.coffee b/app/assets/javascripts/api/v1/conversations.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/conversations.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/reports.coffee b/app/assets/javascripts/api/v1/reports.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/reports.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/subscriptions.coffee b/app/assets/javascripts/api/v1/subscriptions.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/subscriptions.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/webhooks.coffee b/app/assets/javascripts/api/v1/webhooks.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/webhooks.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/api/v1/widget/messages.coffee b/app/assets/javascripts/api/v1/widget/messages.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/api/v1/widget/messages.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/javascripts/home.coffee b/app/assets/javascripts/home.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/home.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/config/application.rb b/config/application.rb index c9449365f..9f1cf9d61 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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