Skip to content

Commit a1ffc08

Browse files
author
David Heinemeier Hansson
committed
Allow other kinds of builds to happen
1 parent 5031927 commit a1ffc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
say "Compile into app/assets/builds"
22
empty_directory "app/assets/builds"
33
keep_file "app/assets/builds"
4-
append_to_file "app/assets/config/manifest.js", %(//= link_tree ../builds .js\n)
4+
append_to_file "app/assets/config/manifest.js", %(//= link_tree ../builds\n)
55

66
if Rails.root.join(".gitignore").exist?
77
append_to_file ".gitignore", %(/app/assets/builds\n)

0 commit comments

Comments
 (0)