There was an error while loading. Please reload this page.
1 parent 89127b4 commit 4bfa3d0Copy full SHA for 4bfa3d0
bin/bcms
@@ -188,7 +188,7 @@ Cms.table_prefix = "cms_"
188
189
def enable_asset_precompiling
190
gsub_file "config/environments/production.rb", /config\.assets\.compile = false/, 'config.assets.compile = true'
191
- gsub_file 'config/application.rb', /^(s*)(config\.assets\.enabled = true)/, <<-RUBY
+ gsub_file 'config/application.rb', /^(\s*)(config\.assets\.enabled = true)/, <<-RUBY
192
\1\2
193
194
\1# Don't require environment or DB during asset compilation
0 commit comments