diff options
Diffstat (limited to 'semantic.json')
-rw-r--r-- | semantic.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/semantic.json b/semantic.json index 3b927d58f4..c0fcd79a83 100644 --- a/semantic.json +++ b/semantic.json @@ -9,12 +9,12 @@ "themes": "src/themes/" }, "output": { - "packaged": "../../web_src/fomantic/build/", - "uncompressed": "../../web_src/fomantic/build/components/", - "compressed": "../../web_src/fomantic/build/components/", - "themes": "../../web_src/fomantic/build/themes/" + "packaged": "../../build/", + "uncompressed": "../../build/components/", + "compressed": "../../build/components/", + "themes": "../../build/themes/" }, - "clean": "../../web_src/fomantic/build/" + "clean": "../../build/" }, "permission": false, "autoInstall": false, |