sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

Use node-sass@3.4.0-beta #243

Closed xzyfer closed 9 years ago

xzyfer commented 9 years ago

We've started releasing the LibSass 3.3.0 betas. In order to truly beta test LibSass 3.3.0 we real users to have the option to use it. Unfortunately due to the nature of LibSass being a library, the majority of our users come from node-sass via Grunt/Gulp Sass.

Node sass has start releasing their v3.4.0 betas which enables the new LibSass betas.

We'd like for grunt-sass to release a 1.1.0 beta with an updated node-sass@^v3.4.0-beta1 dependency so grunt-sass users can opt into beta testing LibSass 3.3.0. Using this version string means users should be opted into all Node Sass 3.4.0 betas.

Once Node Sass 3.4.0 is stable, Grunt Sass 1.1.0 stable can be released with node-sass@v3.4.0.

LibSass 3.3.0-betaX --> Node Sass 3.4.0-betaX --> Grunt Sass 1.1.0-beta
sindresorhus commented 9 years ago

Sure. Added you to the npm package of grunt-sass in case I'm not available.

Btw, you're using prerelease tags incorrectly: https://github.com/npm/node-semver#prerelease-tags

node-sass@3.4.0-beta1 => node-sass@3.4.0-beta.1

xzyfer commented 9 years ago

Thanks.

I thought that might have been the case. I'll update our tags.