Results 5 issues of James

Possible to add support for a better CSS precompiler? :)

Strange error - I've found that running critical, as in this example, strips the closing `` tags from any inline SVGs in my HTML

**gulpfile.coffee** ``` coffeescript gulp.task "component", -> gulp.src "./component.json" .pipe $.component.scripts standalone: true .pipe gulp.dest Config.dist + "/components" ``` **component.json** ``` javascript { "name" : "myproject", "dependencies": { "tuxlinuxien/kiwi": "*" },...

what version of express does the example use?!