WebOrganics / php-closure

Automatically exported from code.google.com/p/php-closure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to save compiled JS to file

GoogleCodeExporter opened this issue · comments

optionally save the compiled JS to file through the write() function

 * $c->add("my-app.js")
 *   ->add("popup.js")
 *   ->advancedMode()
 *   ->useClosureLibrary()
 *   ->cacheDir("/tmp/js-cache/")
 *   ->write("compiled.js");

Original issue reported on code.google.com by kurtu...@gmail.com on 25 Aug 2011 at 3:08

Attachments: