Closed logankoester closed 11 years ago
Is the requireHack still necessary in 0.6.0? Looks like it could be refactored to just use Npm.require()
.
That's how it looked at first to me too, but it seems to also solve some problems related to the meteor package being located in a subdirectory of the same npm module, which I'm afraid I don't fully understand.
The Blade smart package will be restructured for Meteor 0.6.0. That stupid hack is FINALLY no longer necessary. :)
I'm closing this pull request for now. I will address this in the next release of Blade. :)
Thanks anyway for the pull request. Much appreciated!
https://github.com/bminer/node-blade/issues/161
This was actually all it took to fix the problem for me.