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 bfc34db commit 9687d45Copy full SHA for 9687d45
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
if (app_layout_path = Rails.root.join("app/views/layouts/application.html.erb")).exist?
0 commit comments