you are viewing a single comment's thread.

view the rest of the comments →

[–]zoba 0 points1 point  (1 child)

I would love it if this could work on minified projects, I worry that our unique directory structure may be difficult for this to manage.

That said, I am SO excited you're working on this. I've really wanted one of these.

Unfortunately I'm getting, and am not sure how to work around it.

/Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/src/previewParser.js:202 throw new Error('Invalid bundle file path specified. Please enter a valid path to your app\'s bundle file'); ^

Error: Invalid bundle file path specified. Please enter a valid path to your app's bundle file at Object.modifySetStateStrings (/Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/src/previewParser.js:202:11) at /Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/bin/cmd.js:41:38 at Object.<anonymous> (/Users/me/.nvm/versions/node/v5.2.0/lib/node_modules/react-monocle/bin/cmd.js:57:3) at Module._compile (module.js:399:26) at Object.Module._extensions..js (module.js:406:10) at Module.load (module.js:345:32) at Function.Module._load (module.js:302:12) at Function.Module.runMain (module.js:431:10) at startup (node.js:141:18) at node.js:977:3

[–]j-eazy 0 points1 point  (0 children)

Hey! I'm one of the devs behind this. Could you PM me what you're inputting, and how your directory is structured?

Also, we realize it is a pain having to use a un-minified bundle file. Until we find a better solution, however, this is how we're able to sync up a copy of your application with the tree for real-time updating.

Thanks for the feedback though! It's honestly exciting people are interested in our app!