star.json not found
Closed this issue · 4 comments
lukeadams commented
Here:
Bundling Meteor app...
Generating the index.html...
module.js:338
throw err;
^
Error: Cannot find module '/Users/lukeadams/Projects/belljar-io/Users/lukeadams/Desktop/buildtest/bundle/star.json'
It has to do with relative URL handling
PR incoming...
lukeadams commented
#20 fixes it for my use case (meteor-build-client ~/<mypath>
)
Didn't really test more than that
frozeman commented
Thanks for the fix. I assume path like ../build
still works.
lukeadams commented
Yup! Just tested it.
frozeman commented
Ok i released a new version with your PR included