소스 검색

Fix application stylesheet folder

Chris Oliver 5 년 전
부모
커밋
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"