removed app/stylesheets & set stylesheet generator to false (#177)

This commit is contained in:
Nursoltan Saipolda
2019-10-24 19:38:38 +08:00
committed by Sojan Jose
parent 0a6156fe38
commit c0354364ff
10 changed files with 1 additions and 27 deletions

View File

@@ -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