diff --git a/app/assets/stylesheets/api/base.scss b/app/assets/stylesheets/api/base.scss deleted file mode 100644 index 6e14fa60d..000000000 --- a/app/assets/stylesheets/api/base.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/base controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/agents.scss b/app/assets/stylesheets/api/v1/agents.scss deleted file mode 100644 index d6df20497..000000000 --- a/app/assets/stylesheets/api/v1/agents.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/agents controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/canned_responses.scss b/app/assets/stylesheets/api/v1/canned_responses.scss deleted file mode 100644 index 27713036e..000000000 --- a/app/assets/stylesheets/api/v1/canned_responses.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/canned_responses controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/conversations.scss b/app/assets/stylesheets/api/v1/conversations.scss deleted file mode 100644 index 17ffe163a..000000000 --- a/app/assets/stylesheets/api/v1/conversations.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/conversations controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/reports.scss b/app/assets/stylesheets/api/v1/reports.scss deleted file mode 100644 index ff1b0f876..000000000 --- a/app/assets/stylesheets/api/v1/reports.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/reports controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/subscriptions.scss b/app/assets/stylesheets/api/v1/subscriptions.scss deleted file mode 100644 index ba86a2f63..000000000 --- a/app/assets/stylesheets/api/v1/subscriptions.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/subscriptions controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/webhooks.scss b/app/assets/stylesheets/api/v1/webhooks.scss deleted file mode 100644 index 62928b55b..000000000 --- a/app/assets/stylesheets/api/v1/webhooks.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/webhooks controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/api/v1/widget/messages.scss b/app/assets/stylesheets/api/v1/widget/messages.scss deleted file mode 100644 index 6f7380401..000000000 --- a/app/assets/stylesheets/api/v1/widget/messages.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the api/v1/widget/messages controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/home.scss b/app/assets/stylesheets/home.scss deleted file mode 100644 index 7131aac4d..000000000 --- a/app/assets/stylesheets/home.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Home controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/config/application.rb b/config/application.rb index 9f1cf9d61..5ed8a1688 100644 --- a/config/application.rb +++ b/config/application.rb @@ -21,5 +21,6 @@ module Chatwoot # -- all .rb files in that directory are automatically loaded after loading # the framework and any gems in your application. config.generators.javascripts = false + config.generators.stylesheets = false end end