Simon Wade

Results 52 comments of Simon Wade

The `bower.json` isn't in the current working directory in the project I'm working on and `bower-config` defaults to `process.cwd()`. Alternatively we can provide the `cwd` argument to `read()`, but I...

We have a node project which contains two client-side apps: `client/` and `dashboard/`, both of which have their own `bower.json` files. One alternative would be to have duplicate `Brocfile`s in...

Strange, I received an email response to this, but it's not showing here. > Hm, under Node 0.11 I get an array with one Error ([Error]) and under Node 0.10...

I also am very curious about this as well!

There is a solution provided by Electron for this: http://electron.atom.io/docs/tutorial/devtools-extension/ How would this be integrated into a Nativifier app?

FWIW I worked around this using base64 encoding, with the help of ember-cli-base64 to polyfill `btoa` and `atob` on node.js.

I'm not working with Ember at the moment, so I can't really say. PRs are welcome though. @stefanpenner might be able to advise?

I'm afraid I don't know what's involved in getting this to work. It'll depend on how ember-cli handles the CSS preprocessors, rather than how this module works. Maybe you should...

There's not enough information in your question for me to answer you. Where is the `common-styles` folder? How are you trying to add it to the Broccoli tree?

Are you using node-sass 4.4? Does the problem go away if you pin to 4.3? Could be related to this issue: https://github.com/sass/node-sass/issues/1876