Skip to content

Commit

Permalink
Drop source maps by default, style does not conform to Propshaft expe…
Browse files Browse the repository at this point in the history
…ctations, and there is little utility
  • Loading branch information
dhh committed Feb 10, 2022
1 parent a6fd283 commit 3ff15ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/build.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def dartsass_build_mapping
end

def dartsass_build_options
"--load-path #{CSS_LOAD_PATH} --style=compressed"
"--load-path #{CSS_LOAD_PATH} --style=compressed --no-source-map"
end

def dartsass_compile_command
Expand Down

0 comments on commit 3ff15ea

Please sign in to comment.