Chris Eppstein
Chris Eppstein
As I understand it, broccoli prefers synchronous file i/o for performance reasons. But I don't think that broccoli should use node-sass's renderSync method. Instead, I think it should use the...
Fails here: https://github.com/chriseppstein/compass-validator/blob/master/lib/compass-validator.rb#L32 With the error: No such file or directory - which java
I hear it allows you to manage vendor prefixes better.
npm has this concept of ecosystems, in theory it let's us query for packages that have a particular tag. All eyeglass modules will have a tag `eyeglass-module`. In theory, this...
Compass should be able to install any Sache-registered extension. ``` compass extension install EXTENSION_NAME [options] compass extension uninstall EXTENSION_NAME [options] compass extension list ``` These commands already exist in compass,...
1. add a strict parse mode so that any non-standard syntax is an immediate error. 2. When not strict, it should be possible to find which nodes contain non standard...
I don't see any way to tap into the Sass options that are passed to node-sass. Without this, many sass extensions that have javascript functions, custom importers, will not work....