Skip to content

Commit

Permalink
Delete unused Sass config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthillco committed Dec 20, 2023
1 parent fd3b45a commit a3a01f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/environments/production.rb
Expand Up @@ -26,8 +26,6 @@

# Compress JavaScripts.
config.assets.js_compressor = :uglifier
# Compress CSS using a preprocessor.
# config.assets.css_compressor = :sass

# Do not add source map line comments into css files
config.sass.line_comments = false
Expand All @@ -38,10 +36,6 @@
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.asset_host = "http://assets.example.com"

# Rather than use a CSS compressor, use the SASS style to perform compression.
config.sass.style = :compressed
config.sass.line_comments = false

# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache
# config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX
Expand Down

0 comments on commit a3a01f8

Please sign in to comment.