Просмотр исходного кода

Fix application stylesheet folder

Chris Oliver 5 лет назад
Родитель
Сommit
9934d6e752
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      template.rb

+ 1 - 1
template.rb

@@ -133,7 +133,7 @@ environment.plugins.append('Provide', new webpack.ProvidePlugin({
 end
 
 def copy_templates
-  remove_file "app/stylesheets/application.css"
+  remove_file "app/assets/stylesheets/application.css"
 
   copy_file "Procfile"
   copy_file "Procfile.dev"