Jan Dittberner
d7a742d97d
- add package.json for npm/npx - update to fomantic-ui - move ui files to ui directory - add UI build documentation to README.md - add ui target to Makefile - add addPrefix handler in boardvoting.go to allow the same /static/ prefix for static resources
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"base": "ui/semantic/",
|
|
"paths": {
|
|
"source": {
|
|
"config": "src/theme.config",
|
|
"definitions": "src/definitions/",
|
|
"site": "src/site/",
|
|
"themes": "src/themes/"
|
|
},
|
|
"output": {
|
|
"packaged": "../static/",
|
|
"uncompressed": "dist/components/",
|
|
"compressed": "dist/components/",
|
|
"themes": "../static/themes/"
|
|
},
|
|
"clean": "dist/"
|
|
},
|
|
"permission": false,
|
|
"autoInstall": false,
|
|
"rtl": false,
|
|
"version": "2.8.8"
|
|
}
|