Semantic-ui: Install script ignores paths defined in semantic.json

Created on 18 Apr 2017  路  2Comments  路  Source: Semantic-Org/Semantic-UI

I have this config in my semantic.json that is in proect root:

{
  "base": "",
  "paths": {
    "source": {
      "config": "semantic/theme.config",
      "definitions": "semantic/definitions/",
      "site": "semantic/site/",
      "themes": "semantic/themes/"
    },
    "output": {
      "packaged": "distr/",
      "uncompressed": "distr/components/",
      "compressed": "distr/components/",
      "themes": "distr/themes/"
    },
    "clean": "distr/"
  },
  "autoInstall": true,
  "components": [...]
}

Expected behaviour for me is to have semantic source inside folders defined in paths.
Instead installation creates:

src/definitions
src/themes
semantic/site

My settings were ignored, and other people can not install my project with simple npm install.
Am i wrong somewhere?

Build Tools Evaluating Bug / Change

Most helpful comment

I'm getting same issue

All 2 comments

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

I'm getting same issue

Was this page helpful?
0 / 5 - 0 ratings