소스 검색

Remove application.css since we include an scss version

Chris Oliver 5 년 전
부모
커밋
01ec9d6ef6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      template.rb

+ 2 - 0
template.rb

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