rgdawson wrote: > It is common to apply Minification to production JavaScript and CSS > code. Minification removes unnecessary or redundant data without > affecting how the resource is processed by the browser - e.g. code > comments and formatting, removing unused code, using shorter variable > and function names, and so on. The server has to send all this code in > text form to the browser, so minification improves performance. On the > other hand the resulting code after minification is not what you want to > work with when you are reading/modifying the code. So I think the way > Craig does it with Material Skin is perfectly correct. He runs his code > through the minfy process and the result are the same files with .min > included in the name. > > The Material Skin filter in SLX is just watching for when the browser > requests specific .js and .css files. When it does, SLX just provides > modified versions instead. So this is an easy fix in SLX to handle > either naming convention, minified or not. > > R Greg Dawson
Thank you for taking the time explaining this to me. Do I get it right that the .min.js files of the same resource may differ on different projects, as only used code i rgdawson wrote: > Version 2.4.5 submitted to MS Store. Already here. (And, of course, MSF is working as expected now, thank you!) cpd73 wrote: > allow pinning items from 'My Music' - which would give me direct access > to Artists, etc. I'll give this some thought for the next release... Please do, that sounds great! QLMS [email protected] x64 (digimaster) with perl 5.28 dedicated to me. :D / QNAP 469L QTS 4.3.4 ------------------------------------------------------------------------ dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
