Closed dilipkumar2k6 closed 9 years ago
Do I need to install bundleExec? I don't want to install anything else. Can I use this without using Ruby?
Do I need to install bundleExec?
bundler, not bundleExec bundler is written in ruby, and enabling bundleExec, this plugin needs bundler.
I don't want to install anything else.
Docker prpvides a solution of this.
Can I use this without using Ruby?
Sass is written in ruby. Therefore you can do it as long as you create ruby interpreter like this.
gulp-sass is a wrapper of node-sass, and node-sass is a wrapper of libsass that doesn't fully support the latest sass features.
Seems to be resolved
I am trying to switch from gulp-sass to gulp-scss however surprisinly its not working for me. I have checkedin my code in following Git Hub.
https://github.com/dilipkumar2k6/gulp-sass
"gulp sass" is working because its using gulp-sass module. However "gulp scss" is not working because its using "gulp-scss".
Can you please help. Thanks, Dilip