diff options
author | Renard | 2019-09-11 19:54:48 -0300 |
---|---|---|
committer | Renard | 2019-09-11 19:54:48 -0300 |
commit | 5382ed028c7ec554f760affa7f533b15421959c9 (patch) | |
tree | 1d897091ee555f05c702b5c3c2130d2aae406ce8 /semantic.json | |
parent | 12efc9102e1c2590492e9ead60d7de87944dc47f (diff) | |
download | bai-client-5382ed028c7ec554f760affa7f533b15421959c9.tar.gz bai-client-5382ed028c7ec554f760affa7f533b15421959c9.tar.xz bai-client-5382ed028c7ec554f760affa7f533b15421959c9.zip |
First commit
Diffstat (limited to 'semantic.json')
-rw-r--r-- | semantic.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/semantic.json b/semantic.json new file mode 100644 index 0000000..339faff --- /dev/null +++ b/semantic.json @@ -0,0 +1,22 @@ +{ + "base": "semantic\\", + "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": false, + "rtl": false, + "version": "2.7.8" +} |