Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared Eyeglass Configuration #231

Open
chriseppstein opened this issue Apr 3, 2019 · 0 comments
Open

Shared Eyeglass Configuration #231

chriseppstein opened this issue Apr 3, 2019 · 0 comments

Comments

@chriseppstein
Copy link
Contributor

The Eyeglass API is currently optimized for wrapping a call to sass by transforming the options for a single compile. Often there are many files to compile that share the same compilation options and the work to discover eyeglass modules can be shared across those compiles.

In Eyeglass 3.0 we should expose a new class that optimizes for compiling many stylesheets and sharing the work of module discovery and resolution. The goal would be that this instance can be long lived and used to compile multiple versions of the same files over time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant