Compiling static content for a website

I was looking for static content management methods for a web application. From what I found, there is a clean OO approach that packs all the specific requirements into the object metadata and generates a single CSS and JS file for each request path, either in real time or at compile time. There is also a manual merge method in each release.

My question is, what common methods do you find useful in managing static data for a dynamic web application, and have you found any specific software useful (besides SVN / Git / etc.)?

+5
source share
1 answer

Phing (Ant PHP) CSS/JS . , Facebook rsrc.php. script , . CSS/JS, .

+1

All Articles