It would be handy for debugging if AOS loaded non-minified JS from the "src" folder when $config->debug is true. And non-minified CSS too if that's not too difficult. Maybe you could generate minified and non-minified CSS from the source SCSS and load one according to $config->debug?
It would be handy for debugging if AOS loaded non-minified JS from the "src" folder when
$config->debug
is true. And non-minified CSS too if that's not too difficult. Maybe you could generate minified and non-minified CSS from the source SCSS and load one according to$config->debug
?Thanks for considering.