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 7ab889c commit 5f75d41Copy full SHA for 5f75d41
lib/sprockets/railtie.rb
@@ -76,7 +76,8 @@ def initialize
76
" //= link_tree ../images\n" +
77
" //= link_directory ../javascripts .js\n" +
78
" //= link_directory ../stylesheets .css\n" +
79
- "and restart your server"
+ "and restart your server\n\n" +
80
+ "For more information see: https://github.com/rails/sprockets/blob/070fc01947c111d35bb4c836e9bb71962a8e0595/UPGRADING.md#manifestjs"
81
super msg
82
end
83
0 commit comments