diff options
Diffstat (limited to 'main/app/sprinkles/FormGenerator/asset-bundles.json')
-rw-r--r-- | main/app/sprinkles/FormGenerator/asset-bundles.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/main/app/sprinkles/FormGenerator/asset-bundles.json b/main/app/sprinkles/FormGenerator/asset-bundles.json index b763d55..43ea863 100644 --- a/main/app/sprinkles/FormGenerator/asset-bundles.json +++ b/main/app/sprinkles/FormGenerator/asset-bundles.json @@ -1,17 +1,17 @@ { - "bundle": { - "js/FormGenerator": { - "scripts": [ - "vendor/bootstrap3-typeahead/bootstrap3-typeahead.js", - "js/widget-formGenerator.js" - ], - "options": { - "result": { - "type": { - "scripts": "plain" - } - } - } + "bundle": { + "js/FormGenerator": { + "scripts": [ + "vendor/bootstrap3-typeahead/bootstrap3-typeahead.js", + "js/widget-formGenerator.js" + ], + "options": { + "result": { + "type": { + "scripts": "plain" + } } + } } + } } |