Hi All,<br><br>This is the current repo for the luci-commotion-theme used for the luci web UI packaged into Commotion-OpenWRT (forked from a repo started by Ben Chodoroff):<br><a href="https://github.com/opentechinstitute/commotion-openwrt-theme">https://github.com/opentechinstitute/commotion-openwrt-theme</a><br>
<br>A difficulty I've encountered in squeezing things onto finite flash chips, especially with recent integration of large packages like Serval, is that the Commotion theme is really rather large.  Indeed, 10x larger than the stock themes provided with OpenWRT:<br>
<br>ben@computer:~/blahblah/openwrt/bin/ar71xx/packages$ ls -l *theme*<br>-rw-r--r-- 1 ben ben  24940 May  5 16:25 luci-theme-base_0.11.1-1_ar71xx.ipk<br>-rw-r--r-- 1 ben ben  13649 May  5 16:25 luci-theme-bootstrap_0.11.1-1_ar71xx.ipk<br>
-rw-r--r-- 1 ben ben 314206 May  5 16:25 luci-theme-commotion_master-1_ar71xx.ipk<br>-rw-r--r-- 1 ben ben   7951 May  5 16:25 luci-theme-openwrt_0.11.1-1_ar71xx.ipk<br clear="all"><br>Jumping into the theme's internals, it looks like the lion's share (440kbytes, or 60% of overall ipk) comes from fronts:<br>
<br>ben@computer:~/blahblah/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-theme-commotion-master/files/htdocs$ du -s -h *<br>4.0K    advanced.png<br>32K     cascade.css<br>4.0K    commotion_tiny.png<br>4.0K    dashboard.css<br>
4.0K    favicon.ico<br>440K    fonts<br>4.0K    help.png<br>4.0K    html5.js<br>4.0K    ie6.css<br>4.0K    ie7.css<br>92K     jquery.min.js<br>4.0K    quickstart.png<br>4.0K    respond.min.js<br>4.0K    selectnav.min.js<br>
4.0K    status_message_smile.png<br>4.0K    theme.js<br>4.0K    warning_icon.png<br>24K     zepto.min.js<br><br>Is the use of the Asap font critical to UX or HID design elements?  Could the CSS be edited to instead use whatever built-in sens-serif font the user's browser supplies?<br>
<br>Also, the repo for the Commotion theme isn't set up to accept issue submissions from the public.  May I be added to the access list to submit an issue (evtl followed up with pull request) about slimming this theme down in size?<br>
<br>Thanks.<br><br>-- <br>Ben West<div><a href="http://gowasabi.net" target="_blank">http://gowasabi.net</a><br><a href="mailto:ben@gowasabi.net" target="_blank">ben@gowasabi.net</a><br>314-246-9434<br></div>