mc-cms-namelessmc/semantic.json
Sam 6cd0a921eb
Add semantic config and change node_modules copy method (#3111)
* Add semantic config and change node_modules copy method
Closes #3110

* Fix tinymce
2022-10-31 23:43:14 +01:00

22 lines
No EOL
471 B
JSON

{
"autoInstall": true,
"base": "dev/fomantic",
"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,
"version": "2.8.8"
}