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.
2 parents b41088f + 9e3f240 commit 060758dCopy full SHA for 060758d
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