Skip to content

Commit

Permalink
Improve error message by pointing to the upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca authored Oct 10, 2019
1 parent 7ab889c commit 5f75d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/sprockets/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def initialize
" //= link_tree ../images\n" +
" //= link_directory ../javascripts .js\n" +
" //= link_directory ../stylesheets .css\n" +
"and restart your server"
"and restart your server\n\n" +
"For more information see: https://github.com/rails/sprockets/blob/070fc01947c111d35bb4c836e9bb71962a8e0595/UPGRADING.md#manifestjs"
super msg
end
end
Expand Down

0 comments on commit 5f75d41

Please sign in to comment.