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

SASS rebuilding time is very high #211

Open
aalasolutions-zz opened this issue Nov 4, 2019 · 2 comments
Open

SASS rebuilding time is very high #211

aalasolutions-zz opened this issue Nov 4, 2019 · 2 comments

Comments

@aalasolutions-zz
Copy link

Hi,

I am working on an addon called ember-element-ui https://github.com/aalasolutions/ember-element-ui which can be installed ember install ember-element-ui

Its built times are very high. I have added this plugin in a 3rd application https://github.com/aalasolutions/ember-medical-inventory and yet it is slow there as well.

I was looking for the issues and found about node-sass but looks like it will no longer work.

Any thoughts

@patricklx
Copy link

patricklx commented Aug 10, 2022

I recently found out about sass-embedded. Much faster than sass,. Or just as fast as node-sass was.

@lifeart
Copy link

lifeart commented Dec 26, 2022

sass-embedded config:

const sass = require('sass-embedded');


sassOptions: {
      implementation: sass,
      outputStyle: 'expanded',
    },

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

3 participants