Getting Started with Assetic

Posted by Unknown on Friday, April 11, 2014

There was a time when asset management meant little more than inserting a tag or two and a couple of <script> tags into your html.


Nowadays, though, that approach just won’t cut it. There’s performance, for one thing. Assets are a significant performance drain both in terms of file size and the number of HTTP requests - optimizing both has become an essential part of the development process. This has been exacerbated by the proliferation of mobile devices.


Also, as client-side applications have become more and more sophisticated, managing dependencies amongst scripts and libraries has become increasingly complex.


Furthermore, technologies such as Less, Compass and Coffeescript require assets to be compiled, adding yet another step to the process of managing assets.


In this article I’m going to look at a PHP package called Assetic which helps manage, compile and optimize assets such as scripts, stylesheets and images.



Continue reading %Getting Started with Assetic%




more

{ 0 comments... » Getting Started with Assetic read them below or add one }

Post a Comment

Popular Posts