platinumpixs/symfony2-google-closure-library

Provides a Assetic Filter For the Google Closure Library

dev-master 2015-03-16 20:31 UTC

This package is not auto-updated.

Last update: 2024-04-22 22:57:34 UTC


README

Provides a Symfony 2 Bundle and Assetic Filter for Google Closure Library

Build Status

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"