1
0

scss via docker (2)
Some checks failed
Build Docker and Deploy / Build Docker (push) Failing after 8s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
2026-02-07 23:11:14 +01:00
parent 925960eb39
commit a355871081
5 changed files with 27 additions and 27 deletions

View File

@@ -45,8 +45,8 @@ def comment_remover(text):
fsource = str.replace(sys.argv[1], '\\', '/') # scss
finput = str.replace(sys.argv[2], '\\', '/') # css
foutput = str.replace(sys.argv[3], '\\', '/') # min.css
ftemp1 = '__temp_compresss_py_1.tmp.css'
ftemp2 = '__temp_compresss_py_2.tmp.css'
ftemp1 = '/tmp/__temp_compresss_py_1.tmp.css'
ftemp2 = '/tmp/__temp_compresss_py_2.tmp.css'
print('======== INPUT ========')
print()