I am building a static public/404.html page. Before Rails 3.1 I can reference it with the public/style.css. But now with asset pipeline I am not sure what to link to. I heard that the styles will be compiled into asset/application.css
. But on production it will come with a timestamp.
What is the best approach to style the static 404.html with the normal styles I work with?