Skip to content

Commit ebfd50a

Browse files
WIP: Fix the css compressor issue in development
Having issues reproducing the problem, but this will probably fix the issue where Sass is attempting to compile TalwindCSS.
1 parent 134943d commit ebfd50a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
rake 'tailwindcss:install'
112112

113113
insert_into_file 'config/environments/test.rb', "\n config.assets.css_compressor = nil\n", after: 'config.active_support.disallowed_deprecation_warnings = []'
114+
insert_into_file 'config/environments/development.rb', "\n config.assets.css_compressor = nil\n", after: 'config.active_support.disallowed_deprecation_warnings = []'
114115

115116
append_file 'config/initializers/devise.rb', <<~RUBY
116117
Devise.setup do |config|

0 commit comments

Comments
 (0)