Alan Wong

Results 5 issues of Alan Wong

When Docco generated files are viewed at a small enough viewport (appears to be `320px`), the file will layout the code in a single column format where the comment block...

Since it's primarily use is a utility library and local tests show that the specs still pass

Without this, when using the `--bail` option with webpack CLI will just hang when unused files are detected. Tested that this works with `webpack-dev-server` still (to prevent [regression](https://github.com/tomchentw/unused-files-webpack-plugin/pull/12)) and that...

I cloned the repo and upon running the Mocha tests in the browser, I noticed that the coverage counts are off. https://github.com/jerfowler/ExpressBrunchJade/blob/master/test/lib/collection_test.coffee#L12 clearly triggers reset on the resetSilent() method, however...

Similar to the other manifest options (host + port), we should be able to specify the protocol for serving the manifest file. This is helpful for allowing the server be...