Page 1 of 1

Minification error caused by regular expresson

Posted: Fri Jun 07, 2019 7:04 pm
by wprmdev
The ASP.NET minicoding library has an error while trying to minimize the file. (I know it is already mined, but I need to merge it with other non-minified scripts so it is checked). The problem that is causing the error is in the line that contains the following regular expression /{[^]*/gm.

Could I substitute this expression for an equivalent one or am I not allowed to make any changes?
 
(something like /{[\s\S]*/gm, I need to know the purpose of it to be acertive)

Re: Minification error caused by regular expresson

Posted: Mon Jun 10, 2019 3:44 pm
by Lech Kulikowski
Hello,

Yes, you can make these changes.

Thank you.