We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
I recently found out about sass-embedded. Much faster than sass,. Or just as fast as node-sass was.
Sorry, something went wrong.
sass-embedded config:
sass-embedded
const sass = require('sass-embedded'); sassOptions: { implementation: sass, outputStyle: 'expanded', },
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: