Open
Description
I believe this is not true:
$ 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
Activity
javoire commentedon Apr 23, 2020
Addition: This is the case where the
custom.semantic.json
is empty, i.e when you set up semantic ui for the first time.