Browse Source

app.json: Bundle CSS.

pull/3202/head
TheGoddessInari 6 years ago
parent
commit
9a93688fdf
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 9
      app.json

9
app.json

@ -147,7 +147,8 @@
"css": [
{
"path": "bootstrap.css",
"bootstrap": true
"bootstrap": true,
"bundle": true
}
],
@ -329,7 +330,11 @@
}
]
},
"fashion": {
"inliner": {
"enable": true
}
},
/**
* Uniquely generated id for this application, used as prefix for localStorage keys.
* Normally you should never change this value.

Loading…
Cancel
Save