I have this config in my semantic.json that is in proect root:
{
"base": "",
"paths": {
"source": {
"config": "semantic/theme.config",
"definitions": "semantic/definitions/",
"site": "semantic/site/",
"themes": "semantic/themes/"
},
"output": {
"packaged": "distr/",
"uncompressed": "distr/components/",
"compressed": "distr/components/",
"themes": "distr/themes/"
},
"clean": "distr/"
},
"autoInstall": true,
"components": [...]
}
Expected behaviour for me is to have semantic source inside folders defined in paths.
Instead installation creates:
src/definitions
src/themes
semantic/site
My settings were ignored, and other people can not install my project with simple npm install.
Am i wrong somewhere?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
I'm getting same issue
Most helpful comment
I'm getting same issue