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 bf2bad4 commit c7f8f85Copy full SHA for c7f8f85
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", %(\n/app/assets/builds\n!/app/assets/builds/.keep\n/node_modules\n))
+ append_to_file(".gitignore", %(\n/app/assets/builds/*\n!/app/assets/builds/.keep\n/node_modules\n))
8
end
9
10
if (app_layout_path = Rails.root.join("app/views/layouts/application.html.erb")).exist?
0 commit comments