From 2183f0586457b5357185331bb790325d9a5a3fa7 Mon Sep 17 00:00:00 2001 From: Noel Gomez Date: Mon, 30 May 2011 12:59:16 -0700 Subject: changed text to be more explicit about where stylesheets can be located --- .../rails/app/templates/app/assets/stylesheets/application.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css b/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css index fc25b5723f..fd76f8ab5a 100644 --- a/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +++ b/railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css @@ -1,7 +1,10 @@ /* - * This is a manifest file that'll automatically include all the stylesheets available in this directory - * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at + * This is a manifest file that'll automatically include all CSS and SCSS stylesheets available in; + * this directory, lib/assets/stylesheets, or vendor/assets/stylesheets and any sub-directories. + * You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. + * + * *= require_self *= require_tree . */ \ No newline at end of file -- cgit v1.2.3