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 2145999 commit de0bd0aCopy full SHA for de0bd0a
lib/install/install.rb
@@ -4,10 +4,10 @@
4
5
if (sprockets_manifest_path = Rails.root.join("app/assets/config/manifest.js")).exist?
6
append_to_file sprockets_manifest_path, %(//= link_tree ../builds\n)
7
-end
8
9
-say "Stop linking stylesheets automatically"
10
-gsub_file "app/assets/config/manifest.js", "//= link_directory ../stylesheets .css\n", ""
+ say "Stop linking stylesheets automatically"
+ gsub_file "app/assets/config/manifest.js", "//= link_directory ../stylesheets .css\n", ""
+end
11
12
if Rails.root.join(".gitignore").exist?
13
append_to_file(".gitignore", %(\n/app/assets/builds/*\n!/app/assets/builds/.keep\n))
0 commit comments