put compiled css to public/stylesheets/compiled/
This commit is contained in:
parent
0b14b84dbf
commit
f122cab4e3
|
@ -5,5 +5,5 @@ javascripts:
|
||||||
|
|
||||||
stylesheets:
|
stylesheets:
|
||||||
application:
|
application:
|
||||||
- public/stylesheets/handheld.css
|
- public/stylesheets/compiled/style.css
|
||||||
- public/stylesheets/style.css
|
- public/stylesheets/compiled/handheld.css
|
||||||
|
|
|
@ -8,7 +8,7 @@ environment = Compass::AppIntegration::Rails.env
|
||||||
|
|
||||||
# Set this to the root of your project when deployed:
|
# Set this to the root of your project when deployed:
|
||||||
http_path = "/"
|
http_path = "/"
|
||||||
css_dir = "public/stylesheets"
|
css_dir = "public/stylesheets/compiled"
|
||||||
sass_dir = "app/stylesheets"
|
sass_dir = "app/stylesheets"
|
||||||
javascripts_dir = "public/javascripts"
|
javascripts_dir = "public/javascripts"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue