philsturgeon / codeigniter-template

Template library for CodeIgniter which supports modules, themes, partial views, etc.
411 stars 178 forks source link

Feature preload assets ( management assets ) #30

Closed venomjke closed 12 years ago

venomjke commented 12 years ago

It's not necessary to register assets template every time in the controller code because, if it will be a lot, the code become ugly and fat. I implement the feature that allow to do it throw config files. Every module,controller and action can have correspond config.

More detailed i've described this feature in the template config file.

philsturgeon commented 12 years ago

An asset library is something that can be used alongside a template library, but it should not be a dependency. Sorry!