Using inside a package: missing file + build hangs
Here is a repo to reproduce the issue: https://github.com/sungwoncho/semantic-ui-bug
There are some issues when using inside a package.
(1) When building, Meteor throws
Less compiler error: 'themes/default/globals/site.variables' wasn't found.
Even when I enable site is custom.semantic.json as per #15.
(2) Build hangs when I change custom.semantic.json
Try to change custom.semantic.json and Meteor is stuck at refreshing...
(3) If custom.semantic.json is left as a blank JSON file, no default folders are generated (site/, etc.)
@sungwoncho did you ever get this figured out? I'm trying to use semantic:ui in a package as well and it's not working at all
@sungwoncho I figured out how to get it to work properly in a package. I'll be making a PR for this soon.