<div dir="ltr"><div>I don't think we should manually minify CSS and JS or write special code for it because this problem has been efficiently solved already in other ways.</div><div><br></div>wordpress has a plugin that does css and js minification: <a href="http://wordpress.org/plugins/wp-minify/">http://wordpress.org/plugins/wp-minify/</a> (other CMS' like drupal have this built-in, btw, others have it as a plugin, like WP)<div>

<br><div>or</div><div><br></div><div>there is also grunt (<a href="http://gruntjs.com/">http://gruntjs.com/</a>) that can be used for the same purpose</div><div><br></div><div>or</div><div><br></div><div>the IDE like PHPStorm can do that for you (<a href="http://www.jetbrains.com/phpstorm/webhelp/minifying-css.html">http://www.jetbrains.com/phpstorm/webhelp/minifying-css.html</a>)</div>

</div></div><div class="gmail_extra"><br clear="all"><div>--<br>Peter Carrero<br>"non sibi, sed civitas"<br>--<br>"Loyalty and devotion lead to bravery. Bravery leads to the spirit of self-sacrifice. The spirit of self-sacrifice creates trust in the power of love."<br>

– Morihei Ueshiba<div>--</div><div>"Design is not just what it looks like and feels like. Design is how it works.”</div><div>– Steve Jobs</div></div>
<br><br><div class="gmail_quote">On Sun, Sep 22, 2013 at 7:06 AM, Daniel Schalla <span dir="ltr"><<a href="mailto:d.schalla@be-untitled.eu" target="_blank">d.schalla@be-untitled.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I created a fork with minified versions of the slider images and also<br>
combined the current used JS, the others are not included, so I didn't<br>
combined them into libs.js<br>
<br>
I will combine this evening the CSS Files probally, unsure there because<br>
we are still in the development phase.<br>
Shall I maybe create a PHP Script which does that and acts as CSS File?<br>
So the Server does the work,<br>
we could use there also caching. So we keep the seperation for us, but<br>
the user gets a combined version.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Bf-webcontent mailing list<br>
<a href="mailto:Bf-webcontent@blender.org">Bf-webcontent@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-webcontent" target="_blank">http://lists.blender.org/mailman/listinfo/bf-webcontent</a><br>
</div></div></blockquote></div><br></div>