forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 26
Asset Linker
World Wide Web Server edited this page Jul 4, 2012
·
19 revisions
STILL UNDER DEVELOPMENT, TESTING FINAL SOLUTION
Asset Linker is a library specifically to help with storage of css/js files and the loading of them.
I don't know about you but when I am writing my websites I find I suddenly need a new css file for just this method of a controller. Now having to add it into the view file manually is just a pain and would mean a new view file for just this method. Also I have a selection of js/css files I need all the time.
So I created this library to try and ease the process. The library can perform the following functions.