platinumpixs / symfony2-google-closure-library
Provides a Assetic Filter For the Google Closure Library
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/platinumpixs/symfony2-google-closure-library
Requires
- php: >=5.3.7
- platinumpixs/google-closure-library: *@dev
- symfony/assetic-bundle: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
- symfony/twig-bundle: ~2.1
This package is not auto-updated.
Last update: 2025-09-23 05:28:57 UTC
README
Provides a Symfony 2 Bundle and Assetic Filter for Google Closure Library
These options are based on the options for closure builder: https://developers.google.com/closure/library/docs/closurebuilder
platinum_pixs_google_closure_library: closureCompiler: outputMode: compiled debug: false compilerFlags: - "--compilation_level=ADVANCED_OPTIMIZATIONS" - "--define='somevariableinside=%somevalue%'" externs: - "src/PlatinumPixs/TestBundle/Resources/javascript/loggly-externs.js" root: - "src/PlatinumPixs/SupportBundle/Resources/javascript"