{
    "name": "handlebars",

    "shifter": {
        "coverage": false
    },

    "builds": {
        "handlebars-base": {
            "regex": "",
            "jsfiles": [
                "yui-handlebars-copyright.js",
                "yui-handlebars-base-before.js",
                "handlebars-base.js",
                "handlebars-utils.js",
                "handlebars-runtime.js",
                "yui-handlebars-base-after.js"
            ]
        },
        "handlebars-compiler": {
            "regex": "^\\s*Y\\.log\\s*\\([\\s\\S]*?\\);?",
            "jsfiles": [
                "yui-handlebars-copyright.js",
                "yui-handlebars-compiler-before.js",
                "handlebars-compiler-parser.js",
                "handlebars-compiler-base.js",
                "handlebars-compiler-ast.js",
                "handlebars-compiler-compiler.js",
                "yui-handlebars-compiler-after.js"
            ]
        }
    }
}
