frozeman/meteor-build-client

star.json not found

Closed this issue · 4 comments

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...

#20 fixes it for my use case (meteor-build-client ~/<mypath>)
Didn't really test more than that

Thanks for the fix. I assume path like ../build still works.

Yup! Just tested it.

Ok i released a new version with your PR included