diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-14 10:11:31 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-04-14 10:14:57 -0300 |
commit | fb6fa1e42507d1a2d7b7ba4b878763084e96f805 (patch) | |
tree | 0c1efcf6ea9433edc98156f4ca57a362a2cae193 /railties | |
parent | 6c91b699bf4c5b9288f8ac0136672d30e4989d7b (diff) | |
download | rails-fb6fa1e42507d1a2d7b7ba4b878763084e96f805.tar.gz rails-fb6fa1e42507d1a2d7b7ba4b878763084e96f805.tar.bz2 rails-fb6fa1e42507d1a2d7b7ba4b878763084e96f805.zip |
change to use the Sass file extension .scss
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/assets/USAGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/assets/USAGE b/railties/lib/rails/generators/rails/assets/USAGE index 6667323dbc..adebfd7e6f 100644 --- a/railties/lib/rails/generators/rails/assets/USAGE +++ b/railties/lib/rails/generators/rails/assets/USAGE @@ -9,7 +9,7 @@ Description: stub in app/assets/stylesheets. If CoffeeScript is available, JavaScripts will be generated with the .coffee extension. - If Sass 3 is available, stylesheets will be generated with the .css extension. + If Sass 3 is available, stylesheets will be generated with the .scss extension. Example: `rails generate assets posts` |