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 61f5f50 commit e8d85eeCopy full SHA for e8d85ee
lib/tasks/build.rake
@@ -4,7 +4,7 @@ CSS_BUILD_PATH = Rails.root.join("app/assets/builds")
4
5
def dartsass_build_mapping
6
Rails.application.config.dartsass.builds.map { |input, output|
7
- "#{CSS_LOAD_PATH.join(input)}:#{CSS_BUILD_PATH.join(output)}"
+ "#{Shellwords.escape(CSS_LOAD_PATH.join(input))}:#{Shellwords.escape(CSS_BUILD_PATH.join(output))}"
8
}.join(" ")
9
end
10
0 commit comments