Tomasz Lenarcik
Tomasz Lenarcik
@timvansteenis I've been struggling with exactly the same issue recently and I believe I have a solution candidate here: https://github.com/apendua/meteor/tree/resolve-symlinks-v2-2.7.2 It's a WIP quality, so please do not try to...
@timvansteenis > I might have time next week to run your build on our applications and test if they work. I'll get back to you. Thanks! I am looking forward...
Closing this PR in favor of: https://github.com/microsoft/TypeScript/pull/51234
@microsoft-github-policy-service agree
@jlukic Which packages exactly are you having problems with? Maybe someone could help with that?
For what it's worth, here's the `package.js` file that I am using to define a local smart package and I can fetch whatever version of `semmantic-ui-css` from npm, and it...
I looked into [package.js](https://github.com/Semantic-Org/Semantic-UI-CSS/blob/master/package.js) and what I think is wrong with it are the following two points: 1. We should be using `addAssets` instead of `addFiles` for fonts and images....
@s-devaney The best workaround I can think of is creating a local `semantic-ui` package using the code I pasted in my comment above: https://github.com/Semantic-Org/Semantic-UI-CSS/issues/23#issuecomment-257533357 This will allow you to choose...
@chompomonim That's a very good question. The only reason I think you will need a package in this particular case is importing font assets. If it was only about `css`...
@s-devaney It's great you figured that out. Sorry I couldn't respond earlier, it's a timezone difference problem.