You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After flashing Gargoyle for the first time on a C2600, using the factory image from 1.13.X (Built 20210126-1716 git@0c75cab9) build, I've noticed that none of the JS files in www/js were minified. But all CSS files in www/themes were (but not theme.js).
Did a quick folder size comparison on www/js afterwards, and I was really impressed to see that the changes from #860 made a ~370kB difference in size. That's quite a lot, actually.
Nice!
The text was updated successfully, but these errors were encountered:
Hey, i'm not seeing this on the latest builds, factory or sysupgrade.
I'd suggest that this isn't an error and more an artifact of one of the community builds "build environment".
After flashing Gargoyle for the first time on a C2600, using the factory image from 1.13.X (Built 20210126-1716 git@0c75cab9) build, I've noticed that none of the JS files in
www/js
were minified. But all CSS files inwww/themes
were (but nottheme.js
).After that, I did a clean sysupgrade using the image from 1.13.X (Built 20210319-0339 git@396836cd) build, and all JS/CSS files were minified, as expected. Including
theme.js
.Did a quick folder size comparison on
www/js
afterwards, and I was really impressed to see that the changes from #860 made a ~370kB difference in size. That's quite a lot, actually.Nice!
The text was updated successfully, but these errors were encountered: