Skip to content

Commit 3ff15ea

Browse files
committed
Drop source maps by default, style does not conform to Propshaft expectations, and there is little utility
1 parent a6fd283 commit 3ff15ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/build.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def dartsass_build_mapping
99
end
1010

1111
def dartsass_build_options
12-
"--load-path #{CSS_LOAD_PATH} --style=compressed"
12+
"--load-path #{CSS_LOAD_PATH} --style=compressed --no-source-map"
1313
end
1414

1515
def dartsass_compile_command

0 commit comments

Comments
 (0)