News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Roll Your Own JavaScript Compressor with PHP and the Closure Compiler
August 31, 2010 @ 12:51:08

On the SitePoint PHP blog today there's a quick new post showing you how to create a Javascript compressor tool with PHP that uses the Closure Compiler from Google.

In my previous post, I discussed the Closure Compiler's REST API. In this article, we'll develop a small PHP program that shows how the API can be used to compress JavaScript code whenever you need it.

He shows how to compress three "script" tags down into one that defines multiple files for the engine to grab and compress. This is passed into a PHP file that grabs the file and passes the data off to the Closure Compiler for handling (via curl). The result is then passed back and served up with a content type of "text/javascript" back to the browser.

1 comment voice your opinion now!
closure compiler google javascript compress tutorial curl


blog comments powered by Disqus

Similar Posts

Chris Shiflett's Blog: PHP Session Debugging

Dave Dash's Blog: Saving a file to a database using symfony and doctrine

Stoyan Stefanov's Blog: phpBB front-end optimization - 1 hour workshop

Community News: CodeJam 2010 Open for Registration

DevShed: Handling Views with CodeIgniter


Community Events











Don't see your event here?
Let us know!


database code language example community series phpunit composer testing api unittest introduction podcast interview functional framework development opinion zendframework2 release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework