mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
11552a779f
Remove the comment module and put the styles that we still need into a separate file, eliminating about 2/3 of the CSS in line count.
51 lines
913 B
JSON
51 lines
913 B
JSON
{
|
|
"version": "2.8.7",
|
|
"base": "node_modules/fomantic-ui",
|
|
"paths": {
|
|
"source": {
|
|
"config": "src/theme.config",
|
|
"definitions": "src/definitions/",
|
|
"site": "src/site/",
|
|
"themes": "src/themes/"
|
|
},
|
|
"output": {
|
|
"packaged": "../../build/",
|
|
"uncompressed": "../../build/components/",
|
|
"compressed": "../../build/components/",
|
|
"themes": "../../build/themes/"
|
|
},
|
|
"clean": "../../build/"
|
|
},
|
|
"permission": false,
|
|
"autoInstall": false,
|
|
"rtl": false,
|
|
"admin": false,
|
|
"components": [
|
|
"api",
|
|
"button",
|
|
"checkbox",
|
|
"container",
|
|
"dimmer",
|
|
"divider",
|
|
"dropdown",
|
|
"form",
|
|
"grid",
|
|
"header",
|
|
"input",
|
|
"item",
|
|
"label",
|
|
"list",
|
|
"loader",
|
|
"menu",
|
|
"message",
|
|
"modal",
|
|
"reset",
|
|
"search",
|
|
"segment",
|
|
"site",
|
|
"tab",
|
|
"table",
|
|
"text",
|
|
"transition"
|
|
]
|
|
}
|