radzikowski / symfony2-google-closure-library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symfony2-google-closure-library

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"

About

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

License:Apache License 2.0