Simon Wade

Results 24 issues of Simon Wade

This is useful when the bower.json isn't in a sensible location.

I've just spent several hours debugging an issue which just provided an error message of `undefined`. I've ultimately tracked it down to an error originating from ncp calling the callback...

Chrome has a new feature that watches for changes to compiled CSS when you Save a source-mapped file. So I can open a SASS file in Dev Tools, press Save...

I want to browserify a node module and use it in my ES6 code, which I'm then transpiling using broccoli-dist-es6-module. I can use globals to access the node code, but...

When the Markdown contains links to other Markdown files, the links are not updated in the output to point to the generated HTML files. ```md 1. [Installation](docs/1-installation.md#installing-testdoublejs) 1. [for Node.js](docs/1-installation.md#for-use-in-nodejs-or-browserify)...

Hi there, just thought I'd let you know that I've created compiled miracle into a file that can be used in the browser using browserify. You're welcome to include this...

I have an app where express Server instances are created in another module, which has its own instance of the `express` module, so they don't have the `namespace` method. This...

I would like to set a `last-modified` or `etag` header based on the data that we load when rendering the app. Is this possible? How is the ETag header computed...

enhancement

This package is not listed in Package Control in Sublime Text 3. Is ST3 supported?