* DEV: Use Ember CLI middleware to decorate the index template Previously we'd do this on the client side which did not support our full plugin API. Now requests for the index template will contact the dev server for a bootstrap.json and apply it to the current template. * FIX: Allows logins in development mode for Ember CLI
14 lines
216 B
JSON
14 lines
216 B
JSON
{
|
|
"name": "bootstrap-json",
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"ember-addon": {
|
|
"before": [
|
|
"serve-files-middleware",
|
|
"history-support-middleware",
|
|
"proxy-server-middleware"
|
|
]
|
|
}
|
|
}
|