Stefan Penner

Results 324 comments of Stefan Penner

thanks for pinging, I think we just place a warning when invoking `stew.find`, that warning should link to a `md` file in this document explaining how to use `broccoli-funnel`

> @stefanpenner can you confirm? That might be the issue yes... For my apps, i do have a concat step for CSS, so it shows up... Hmmmm

\w npm ``` > [email protected] start /Users/spenner/src/felixrieseberg/electron-code-editor > electron . App threw an error during load Error: Cannot find module 'electron-default-menu' at Module._resolveFilename (module.js:455:15) at Function.Module._resolveFilename (/Users/spenner/src/felixrieseberg/electron-code-editor/node_modules/electron/dist/Electron.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:403:25)...

Sure, would make adding contributors easier. Your call.

@ef4 we have plans to move the tmp folder outside of the project. We will likely need to fixup how ember-browserify works for that. Can we inform browserify of the...

@ef4 if symlink works, then fantastic. But does leave our windows friends in a bad spot. I wonder if we can bend substacks arm

node_modules will remain in the project, tmp will not. It is a hazard for editors and other tools watching `tmp/*

@ef4 this will also break with broccoli v1, one thing we could do is make a custom browserify-tmp dir in the project root, thoughts?

This will actually need to be revisited, when broccoli 1.0 happens and tmp moves to system tmp. The solution is to symlink (and junction for our windows friends) in node_modules...