Skip to content

Commit 5f75d41

Browse files
authored
Improve error message by pointing to the upgrading guide
1 parent 7ab889c commit 5f75d41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sprockets/railtie.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def initialize
7676
" //= link_tree ../images\n" +
7777
" //= link_directory ../javascripts .js\n" +
7878
" //= link_directory ../stylesheets .css\n" +
79-
"and restart your server"
79+
"and restart your server\n\n" +
80+
"For more information see: https://github.com/rails/sprockets/blob/070fc01947c111d35bb4c836e9bb71962a8e0595/UPGRADING.md#manifestjs"
8081
super msg
8182
end
8283
end

0 commit comments

Comments
 (0)