We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41088f commit 9e3f240Copy full SHA for 9e3f240
lib/install/install.rb
@@ -4,7 +4,7 @@
4
append_to_file "app/assets/config/manifest.js", %(//= link_tree ../builds\n)
5
6
if Rails.root.join(".gitignore").exist?
7
- append_to_file(".gitignore", %(/app/assets/builds\n))
+ append_to_file(".gitignore", %(/app/assets/builds\n!/app/assets/builds/.keep\n))
8
end
9
10
say "Remove app/assets/stylesheets/application.css so build output can take over"
0 commit comments