aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/FormGenerator/asset-bundles.json
blob: b763d55deeb56cc669d332c0d0b6c79b01e2c727 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "bundle": {
        "js/FormGenerator": {
            "scripts": [
                "vendor/bootstrap3-typeahead/bootstrap3-typeahead.js",
                "js/widget-formGenerator.js"
            ],
            "options": {
                "result": {
                    "type": {
                      "scripts": "plain"
                    }
                }
            }
        }
    }
}