Semantic-ui: I followed the install guide and the dist folder is not getting created on running gulp build

Created on 28 Jul 2016  路  4Comments  路  Source: Semantic-Org/Semantic-UI

Most helpful comment

just make sure inside semantic.json output is like this

    "output": {
      "packaged": "dist/",
      "uncompressed": "dist/components/",
      "compressed": "dist/components/",
      "themes": "dist/themes/"
    }

All 4 comments

I see you closed this issue. Did you actually figure out the problem? I've had this same issue and am scratching my head.

What was/is the solution? I'm scratching my head too 馃槮

I had to create a package.json in my project folder using npm init and then the dist files were created on build.

just make sure inside semantic.json output is like this

    "output": {
      "packaged": "dist/",
      "uncompressed": "dist/components/",
      "compressed": "dist/components/",
      "themes": "dist/themes/"
    }
Was this page helpful?
0 / 5 - 0 ratings

Related issues

guilhermeblanco picture guilhermeblanco  路  3Comments

kntmrkm picture kntmrkm  路  3Comments

playgithub picture playgithub  路  3Comments

iPaoo picture iPaoo  路  3Comments

ghost picture ghost  路  3Comments