WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

Error - Empty file name given #34

Closed ingeniumdesign closed 3 years ago

ingeniumdesign commented 3 years ago

After install the 1.1.16 or the 1.1.15, the Error is this: Empty file name given

the test with css filename dont works:

scssCss = fileadmin/Templates/Assets/Sass/Custom.scss
scssCss {
            outputdir = fileadmin/Templates/Assets/Css/Custom.css
            #outputdir = fileadmin/Templates/Assets/Css/
            #formatter = ScssPhp\ScssPhp\Formatter\Crunched
            formatter = ScssPhp\ScssPhp\Formatter\Expanded
            linenumber = false
}

with the 1.1.14 works all fine.

machwatt commented 3 years ago

Same problem here, downgrade to 1.1.14 works, 1.1.15/16 gives an error in FilePathSanitizer

page.includeCSS config is like this:

test = EXT:test_ext/Resources/Public/Scss/test.scss
test.outputfile = fileadmin/css/test.css
ingeniumdesign commented 3 years ago

the same error with 1.1.18 and TYPO3 9.5

svewap commented 3 years ago

Solved in the next release https://github.com/svewap/ws_scss/commit/89eddf01d099903740a8bc9c18fc8bd3af7fff4b

ingeniumdesign commented 3 years ago

Okay perfect! In the V10 and V9 dont works by the way ;)

ingeniumdesign commented 3 years ago

GIT Version works fine!

machwatt commented 3 years ago

When do you plan the next Release to TER?