?
avatar bembelimen
bembelimen
28 Dec 2020

Steps to reproduce the issue

Build the CSS/JS files with npm i

Expected result

Clean files

Actual result

grafik

grafik

Additional comments

@dgrammatiko maybe?

avatar bembelimen bembelimen - open - 28 Dec 2020
avatar joomla-cms-bot joomla-cms-bot - change - 28 Dec 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Dec 2020
avatar dgrammatiko
dgrammatiko - comment - 28 Dec 2020

Bloody DOS, changing

if (file.match(/\.css/) && !file.match(/\/template(s)?\//)) {
to

if (file.match(/\.css/) && (!file.match(/\/template(s)?\//) || !file.match(/\\template(s)?\\/))) {

should do the trick.

avatar bembelimen bembelimen - change - 28 Dec 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-12-28 02:33:33
Closed_By bembelimen
avatar bembelimen bembelimen - close - 28 Dec 2020
avatar bembelimen
bembelimen - comment - 28 Dec 2020

Thank you @dgrammatiko

avatar infograf768
infograf768 - comment - 28 Dec 2020

I guess it is windows only issue?

Add a Comment

Login with GitHub to post a comment