Sam Hulick

Results 191 comments of Sam Hulick

I tried just `https://` and got the same result.

Sure! That all looks good, except remove `.meteor/versions` from the PR. Rather than hardcoding the package versions, I prefer to let Meteor generate that file when running the project to...

Good catch!

@zjjt That command is gone now. Follow the instructions in the README to check out the example code.

@zjjt I'm definitely open to seeing it, but I can't promise I'll merge it into my example app. I'm very picky about code structure and formatting :) Plus I have...

I'm really glad to hear you found it useful! And yes, the example app is in sore need of an update. :) I'll leave this issue open and post again...

Sorry, been completely swamped with projects. I'll get around to updating the example branch at some point! > Will the example branch be moving to a structure similar to master...

I'm hoping at some point, Meteor does a way with lazy loading altogether. That might be the eventual goal, but I don't know for sure. For now, it's strongly recommended...

Tough one, since I'm not a Windows guy at all. Hopefully someone can do a PR. Ideally the npm scripts would work on Mac, Linux, and Windows.

As a temporary workaround, remove the scripts from `package.json`, do an `npm install`, and then look at what `.scripts/postinstall.sh` is doing and manually execute those commands.