Update Semantic
Fixes #40,#24
This commit is contained in:
parent
1715f27f44
commit
2027b94179
621 changed files with 172488 additions and 15939 deletions
23
web/semantic/semantic.json.example
Normal file
23
web/semantic/semantic.json.example
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"base": "",
|
||||
|
||||
"paths": {
|
||||
"source": {
|
||||
"config" : "src/theme.config",
|
||||
"definitions" : "src/definitions/",
|
||||
"site" : "src/site/",
|
||||
"themes" : "src/themes/"
|
||||
},
|
||||
"output": {
|
||||
"packaged" : "dist/",
|
||||
"uncompressed" : "dist/components/",
|
||||
"compressed" : "dist/components/",
|
||||
"themes" : "dist/themes/"
|
||||
},
|
||||
"clean" : "dist/"
|
||||
},
|
||||
|
||||
"permission" : false,
|
||||
"rtl": false
|
||||
|
||||
}
|
Reference in a new issue