-
Is it possible (now or in the future) to use libsass with Compass? Compass does add a bunch of custom sass functions, and I'm wondering if it would be possible to call back into Ruby (using Ruby C API…
-
Repository URL in package.json is wrong; it points to https://github.com/sass-eyeglass/eyeglass.git instead of https://github.com/sass-eyeglass/eyeglass-math.git. This makes it impossible to navigate …
-
I'm getting the following warning when I try to use Singularity with eyeglass and libsass:
```
The following modules did not declare an eyeglass version:
singularitygs
Please add the following to t…
-
From sass-eyeglass/eyeglass:
> Eyeglass provides core support for exposing assets to your stylesheets for your application or from an eyeglass module and generating urls to those assets as well as ma…
-
I've followed the instructions to use eyeglass with grunt & grunt-sass
https://github.com/sass-eyeglass/eyeglass#example-integration-with-grunt-and-grunt-sass
My config is exactly the same as the rea…
-
In eyeglass-exports.js line 47, there's no need to loop through each module's assets to get the filepath. Since asset is a map, a map lookup using asset.coerce.get(file) should get the necessary infor…
jackw updated
8 years ago
-
Hey @chriseppstein -
In writing [Sassport](https://github.com/davidkpiano/sassport), probably the biggest difference between that project and Eyeglass was the ability to explicitly include modules, …
-
If I use an eyeglass module solely as a peer dependency in the projects package.json, the module won't get included properly. Adding the same package as a regular dependency fixes the problem.
It wou…
-
Hi,
Every time you run node-sass, eyeglass produces an error saying:
```
The following modules did not declare an eyeglass version:
sass-mq
Please add the following to the module's package.json:
…
-
Tried to pull eyeglass-spriting into a new project using eyeglass 0.8.0 and got this error when I ran my grunt task for node-sass:
``` bash
The following modules are incompatible with eyeglass 0.8.0:…