Skip to content

Install to different folder? [Solved] #1861

Answered by smlbiobot
smlbiobot asked this question in General
Discussion options

You must be logged in to vote

It seems like it’s my fault. I’ve changed the base path in semantic.json in order for it to put the dist in a different folder. Changing the base back to semantic/ solved the issue.

Before:

{
  "base": "./",
  "paths": {
    "source": {
      "config": "semantic/src/theme.config",
      "definitions": "semantic/src/definitions/",
      "site": "semantic/src/site/",
      "themes": "semantic/src/themes/"
    },
    "output": {
      "packaged": "public/static/dist/",
      "uncompressed": "public/static/dist/components/",
      "compressed": "public/static/dist/components/",
      "themes": "public/static/dist/themes/"
    },
    "clean": "public/static/dist/"
  },
  "permission": false,
  "…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant