|
{_,_,_} -> mad:info("minifyjs not installed. try `npm install -g uglify`~n"),
|
|
{_,_,_} -> mad:info("minifyjs not installed. try `npm install -g uglify`~n"),
|
|
replace(S,A,B) -> re:replace(S,A,B,[global,{return,list}]).
|
|
replace(S,A,B) -> re:replace(S,A,B,[global,{return,list}]).
|