Skip to content

Instantly share code, notes, and snippets.

@saturnflyer
Created February 26, 2012 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saturnflyer/1917413 to your computer and use it in GitHub Desktop.
Save saturnflyer/1917413 to your computer and use it in GitHub Desktop.
project_type = :rails
project_path = Compass::AppIntegration::Rails.root
http_path = "/"
http_stylesheets_path = "/stylesheets"
http_images_path = "/images"
http_javascripts_path = "/javascripts"
sass_dir = "public/stylesheets/sass"
css_dir = "tmp/public/stylesheets"
images_dir = "public/images"
javascripts_dir = "tmp/public/javascripts"
environment = Compass::AppIntegration::Rails.env
relative_assets = true
output_style = :compressed
2012-02-27T02:05:38+00:00 heroku[web.1]: State changed from starting to up
2012-02-27T02:10:02+00:00 app[web.1]: WARNING: The linear-gradient mixin is deprecated. Instead use: @include background-image(linear-gradient(#ffffff,#dddddd))
2012-02-27T02:10:02+00:00 app[web.1]: from line 33 of /app/public/stylesheets/sass/admin/assets.sass
2012-02-27T02:10:02+00:00 app[web.1]: on line 49 of /app/.bundle/gems/ruby/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_gradient.scss, in `linear-gradient'
2012-02-27T02:10:02+00:00 app[web.1]:
2012-02-27T02:10:02+00:00 app[web.1]: WARNING: Passing separate arguments for a single shadow to box-shadow is deprecated. Pass the values as a single space-separated list, or use the single-box-shadow mixin. See http://beta.compass-style.org/help/tutorials/upgrading/antares/ for more info.
2012-02-27T02:10:02+00:00 app[web.1]: from line 35 of /app/public/stylesheets/sass/admin/assets.sass
2012-02-27T02:10:02+00:00 app[web.1]:
2012-02-27T02:10:02+00:00 app[web.1]: on line 48 of /app/.bundle/gems/ruby/1.8/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss, in `box-shadow'
2012-02-27T02:10:02+00:00 app[web.1]: /app/.bundle/gems/ruby/1.8/gems/sass-3.1.15/lib/sass/../sass/plugin/compiler.rb:202:in `update_stylesheets'
2012-02-27T02:10:02+00:00 app[web.1]: /app/.bundle/gems/ruby/1.8/gems/sass-3.1.15/lib/sass/../sass/plugin/rack.rb:51:in `call'
2012-02-27T02:10:02+00:00 app[web.1]: Status: 500 Internal Server Error
2012-02-27T02:10:02+00:00 app[web.1]: Permission denied - /app/public/stylesheets/admin/assets.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment