rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

Request: use non-minified JS when $config->debug is true #115

Open Toutouwai opened 4 years ago

Toutouwai commented 4 years ago

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.