montagejs / minit

Tool: Helps you build Montage applications by generating template applications and components for you.
Other
8 stars 22 forks source link

Replace followInsecureSymbolicLinks with followInsecureSymlinks. #57

Closed pmarcou closed 11 years ago

pmarcou commented 11 years ago

I was using "npm link" inside a montagejs application but symlinks files were not served event with the -i flag. By replacing followInsecureSymbolicLinks with followInsecureSymlinks, the -i option works. (at line 55 of node_modules/q-io/http-apps/fs.js the option name is followInsecureSymlinks)

francoisfrisch commented 11 years ago

Thanks for finding this, I think it will be better to fix this at the source. I have submitted a pull request on q-io

francoisfrisch commented 11 years ago

The change was merged to q-io with kriskowal/q-io#62 now just waiting for v1.10.4 to be released (kriskowal/q-io#63 ) so that we can release the new version of joey and minit.

pmarcou commented 11 years ago

Thanks for the news.

francoisfrisch commented 11 years ago

minit version 0.3.10 has been published that should fix this.