diff options
author | Xavier Noria <fxn@hashref.com> | 2011-05-31 22:45:22 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-05-31 22:45:32 +0200 |
commit | 5888507d6cc10db95db206395d5f6b6b27b62481 (patch) | |
tree | 7c85e6ae262eb1699487e9d2b9a493a7bcbb6e12 | |
parent | daf4a4f747186bb0c5088bd803b45fd30ff55262 (diff) | |
download | rails-5888507d6cc10db95db206395d5f6b6b27b62481.tar.gz rails-5888507d6cc10db95db206395d5f6b6b27b62481.tar.bz2 rails-5888507d6cc10db95db206395d5f6b6b27b62481.zip |
revises commit from pull request 1408
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css | 11 |
1 files changed, 7 insertions, 4 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 fd76f8ab5a..9e07c7d9a9 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,9 +1,12 @@ /* - * 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. + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * + * 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 . |