Semantic-Org / Semantic-UI-Docs

Official Documentation for Semantic UI
http://www.semantic-ui.com
303 stars 1.43k forks source link

Existance of .custom.semantic.json in Meteor integration #437

Open javoire opened 4 years ago

javoire commented 4 years ago

I believe this is not true: https://github.com/Semantic-Org/Semantic-UI-Docs/blob/cc4ff18447e63dd194fb0101dddc74d513054b69/server/documents/introduction/integrations.html.eco#L107

$ git status
Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        new file:   client/lib/semantic-ui/custom.semantic.json

$ meteor
=> Started proxy.
=> Meteor 1.10.2 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Client modified -- refreshing
=> Started your app.

$ git status
Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        new file:   client/lib/semantic-ui/.custom.semantic.json
        new file:   client/lib/semantic-ui/custom.semantic.json

Only .custom.semantic.json is created.

Meteor version 1.10.1 semantic:ui 2.3.1

javoire commented 4 years ago

Addition: This is the case where the custom.semantic.json is empty, i.e when you set up semantic ui for the first time.