Forumouth / gulp-scss

Gulp plugin for sass stylesheet compiler by standard approach
MIT License
1 stars 0 forks source link

gulp-scss is not working for me #11

Closed dilipkumar2k6 closed 9 years ago

dilipkumar2k6 commented 9 years ago

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

hiroaki-yamamoto commented 9 years ago

https://www.ruby-lang.org/ https://rubygems.org/ http://bundler.io/ http://bundler.io/#getting-started http://bundler.io/gemfile.html http://bundler.io/bundle_install.html http://bundler.io/man/bundle-exec.1.html

https://github.com/Forumouth/gulp-scss#optionsbundleexec-boolean-default-false

dilipkumar2k6 commented 9 years ago

Do I need to install bundleExec? I don't want to install anything else. Can I use this without using Ruby?

hiroaki-yamamoto commented 9 years ago

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.

hiroaki-yamamoto commented 9 years ago

Seems to be resolved