Welcome Guest, Not a member yet? Register   Sign In
Simple assets library
#1

[eluser]Boris Strahija[/eluser]
I was using the carabiner library, but I wanted something simpler so I created my own. It's base on the excellent carabiner library so there are some similarities, but I wanted to keep it as simple as possible.

All you need to do is load the library, and add the following code to your HTML:
Code:
<?php
    display_css(array('init.css', 'style.css'));
    display_js(array('libs/modernizr-1.6.js', 'libs/jquery-1.4.4.js', 'plugins.js', 'script.js'));
?>

CSS and JS files are combined, minified and stored to the cache folder under assets. You can turn of minifying in the config, but not combining for now.
Oh, and LessPHP is supported and included. There are some examples in the css file, so go and play with it.

The libraries included CSSMin, JSMin and LessPHP are not mine, just to clarify.

---

And another update, version 0.6.0 is up!
Code:
php tools/spark install -v0.6.0 assets

Or:
https://bitbucket.org/bstrahija/assets

And now also available on Github:
https://github.com/bstrahija/assets


Messages In This Thread
Simple assets library - by El Forum - 01-27-2011, 01:01 PM
Simple assets library - by El Forum - 01-27-2011, 08:34 PM
Simple assets library - by El Forum - 01-27-2011, 08:41 PM
Simple assets library - by El Forum - 01-28-2011, 04:26 AM
Simple assets library - by El Forum - 01-30-2011, 09:25 AM
Simple assets library - by El Forum - 03-04-2011, 06:43 AM
Simple assets library - by El Forum - 03-04-2011, 07:30 AM
Simple assets library - by El Forum - 03-04-2011, 07:35 AM
Simple assets library - by El Forum - 03-04-2011, 10:53 AM
Simple assets library - by El Forum - 03-04-2011, 12:22 PM
Simple assets library - by El Forum - 03-04-2011, 12:29 PM
Simple assets library - by El Forum - 03-04-2011, 07:28 PM
Simple assets library - by El Forum - 03-05-2011, 07:07 AM
Simple assets library - by El Forum - 03-09-2011, 12:47 PM
Simple assets library - by El Forum - 05-02-2011, 08:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB