diff options
author | Noel Gomez <noel_gomez@yahoo.com> | 2011-05-30 12:59:16 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-05-31 22:45:31 +0200 |
commit | 2183f0586457b5357185331bb790325d9a5a3fa7 (patch) | |
tree | 6636e10433b404d7372117f1186b9e101ca96a48 /railties/lib/rails | |
parent | fbe012e92d7792e1307b6ccaab933ea78f635a0b (diff) | |
download | rails-2183f0586457b5357185331bb790325d9a5a3fa7.tar.gz rails-2183f0586457b5357185331bb790325d9a5a3fa7.tar.bz2 rails-2183f0586457b5357185331bb790325d9a5a3fa7.zip |
changed text to be more explicit about where stylesheets can be located
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css | 7 |
1 files changed, 5 insertions, 2 deletions
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 |