-
I'm using ember-cli-eyeglass to import an eyeglass-aware package into an Ember project. If the package contains
```js
// eyeglass-exports.js
import someSupport from './lib/some-support'
export def…
-
I thought the recent Windows bug was effecting my imports but now I understand that having multiple package.json files causes eyeglass modules to not be found.
Given the following structure:
```
pac…
-
I was following the README's documentation for [creating an eyeglass module](https://github.com/sass-eyeglass/eyeglass#writing-an-eyeglass-module) but I keep running into this error. What am I doing w…
-
Start thinking about what content we're trying to capture and how best to express it to users.
Proposal:
```
Homepage (landing / upsell)
├─┬ Getting Started
│ ├── Getting started / installing Eyegla…
-
It would be great to publish this on npm (as npm package).
And it would be even greater to add eyeglass metadata:
https://github.com/sass-eyeglass/eyeglass#writing-an-eyeglass-module-with-sass-files
-
If I name an eyeglass module `prefix.tool-name` or `prefix_tool-name` both of which are [legal package names](https://docs.npmjs.com/files/package.json) according to the NPM docs, eyeglass can't find …
-
https://github.com/broccolijs/node-merge-trees/blob/c8820703d3219b5226a8522cd6507b6403752232/index.js#L169
I believe if this is a subdirectory and that subdirectory is
stack:
Error: ENOEN…
-
I want to add eyeglass support to https://github.com/zellwk/typi,
fork with eyeglass metadata can be found here: https://github.com/strarsis/typi/tree/import-relative.
For reproducing the issue, …
-
Eyeglass enables writing JavaScript code that is run as if it were part of the libsass runtime. This can be an extension of the handlers package in Wellington: http://godoc.org/github.com/wellington/w…
-
This is a nice module and it would be great when it is also made compatible with sass eyeglass
so I can install it as package from npm (node package manager)
and @import it using eyeglass for sass.