Skip to content

Commit

Permalink
Update compass config
Browse files Browse the repository at this point in the history
- Add sourcemaps for debugging
- More consistant builds across environments
  • Loading branch information
davidmorrisonnz committed Jul 8, 2015
1 parent 7434ced commit e444769
Show file tree
Hide file tree
Showing 59 changed files with 584 additions and 403 deletions.
12 changes: 9 additions & 3 deletions admin/config.rb
Expand Up @@ -13,10 +13,16 @@
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true

# disable comments in the output. We want admin comments
# to be verbose
# Disable comments in the output. We want admin comments to be verbose.
line_comments = false

asset_cache_buster :none
# Disable asset cache buster. Using :none doesn't work in some versions of compass.
asset_cache_buster do |http_path, real_path|
nil
end

sourcemap = true

sass_options = { :unix_newlines => true }

Encoding.default_external = "utf-8"
2 changes: 2 additions & 0 deletions admin/css/editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions admin/css/editor.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

142 changes: 72 additions & 70 deletions admin/css/ie7.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions admin/css/ie7.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions admin/css/ie8.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions admin/css/ie8.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e444769

Please sign in to comment.