We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d85ee commit bbb4406Copy full SHA for bbb4406
lib/tasks/build.rake
@@ -13,7 +13,7 @@ def dartsass_build_options
13
end
14
15
def dartsass_load_paths
16
- [ CSS_LOAD_PATH ].concat(Rails.application.config.assets.paths).map { |path| "--load-path #{path}" }.join(" ")
+ [ CSS_LOAD_PATH ].concat(Rails.application.config.assets.paths).map { |path| "--load-path #{Shellwords.escape(path)}" }.join(" ")
17
18
19
def dartsass_compile_command
0 commit comments