Skip to content

Commit ca1b90d

Browse files
committed
Remove ruby specific arguments. Close #412.
1 parent 7ffbc32 commit ca1b90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'PIPELINE_LIVE_SCRIPT_ARGUMENTS': '',
5353

5454
'PIPELINE_SASS_BINARY': '/usr/bin/env sass',
55-
'PIPELINE_SASS_ARGUMENTS': '--update',
55+
'PIPELINE_SASS_ARGUMENTS': '',
5656

5757
'PIPELINE_STYLUS_BINARY': '/usr/bin/env stylus',
5858
'PIPELINE_STYLUS_ARGUMENTS': '',

0 commit comments

Comments
 (0)