diff --git a/semantic.json b/semantic.json new file mode 100644 index 0000000..a8c2caa --- /dev/null +++ b/semantic.json @@ -0,0 +1,22 @@ +{ + "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, + "autoInstall": true, + "rtl": false, + "version": "2.3.0" +} \ No newline at end of file