Browse Source

Remove application.css since we include an scss version

Chris Oliver 5 years ago
parent
commit
01ec9d6ef6
1 changed files with 2 additions and 0 deletions
  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"