![]() |
Config file based asset manager - super simple - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Config file based asset manager - super simple (/showthread.php?tid=62795) |
Config file based asset manager - super simple - BrendanRehman - 08-27-2015 https://github.com/IgnitedCoder/ignitedassets Hi guys, just sharing my latest lib... I wanted a way to load css/js assets in a super simple and clean way. This library allows for that and makes managing different css/styles a bit easy. Its pretty simple actually, it basically loads the css/js files from a config file. Feel free to make suggestions, fork it, change it etc, Thanks, Brendan RE: Config file based asset manager - super simple - freddy - 08-27-2015 Bookmark BrendanRehman, thanks for share this library ![]() RE: Config file based asset manager - super simple - InsiteFX - 08-27-2015 Thank you Brendan. |