Semantic-UI-Meteor icon indicating copy to clipboard operation
Semantic-UI-Meteor copied to clipboard

Using inside a package: missing file + build hangs

Open sungwoncho opened this issue 10 years ago • 2 comments

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 avatar Aug 27 '15 08:08 sungwoncho

@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

sircharleswatson avatar Sep 24 '15 01:09 sircharleswatson

@sungwoncho I figured out how to get it to work properly in a package. I'll be making a PR for this soon.

sircharleswatson avatar Sep 24 '15 19:09 sircharleswatson