Current File : //var/www/vinorea/vendor/friendsofsymfony/jsrouting-bundle/Resources/config/plovr/compile.js
{
    "id": "router",
    "paths": ["../../js"],
    "mode": "ADVANCED",
    "level": "VERBOSE",
    "inputs": "../../js/export.js",
    "externs": "../../js/externs.js",

    "define": {
        "goog.DEBUG": false
    },

    "type-prefixes-to-strip": ["goog.debug", "goog.asserts", "goog.assert", "console"],
    "name-suffixes-to-strip": ["logger", "logger_"],

    "output-file": "../../public/js/router.js",
    "output-wrapper": "/**\n * Portions of this code are from the Google Closure Library,\n * received from the Closure Authors under the Apache 2.0 license.\n *\n * All other code is (C) FriendsOfSymfony and subject to the MIT license.\n */\n(function() {%output%})();",

    "pretty-print": false,
    "debug": false
}