-
A lot of existing sass packages are already npm modules for one reason or another and they might have their own main script that does something completely different from the standard.
Specifically, I…
-
See also: https://github.com/sass/node-sass/issues/651
We need to give better errors when imports from node modules fail.
-
Following up from this comment: https://github.com/sass-eyeglass/eyeglass/pull/22#issuecomment-83715481
/cc @ericam @aaronagray
-
Ruby has gems, Eyeglass should have lenses. I don't want to install an eyeglass, I want to install a lens.
-
We need to figure out how assets (images, fonts, etc) will get out of npm modules and into a location that is servable for the application.
Currently, my idea is to provide a helper function like `ey…
-
A feature that Compass had as a side-effect of how it worked, was that anyone could replace the assets that came with an extension after they were installed into their project. Since eyeglass assets w…
-
> Is bundling custom C function out of the scope for eyeglass?
Pretty self explanatory. Being able to distribute, install and register custom Libsass C functions would be great. It would certainly ea…
-
When run successfully, the object passed to `done()` gets `console.log`'d out, even without me doing so. Not sure if it's related to `gulp-sass` or `node-sass`
-
We have a couple of breaking changes on master already, a couple more in the works.
I think we should ship vNext with the update sass binary paths (https://github.com/sass/node-sass/pull/695). This …