svnm/react-webpack-example

Gulp styles (gulp-ruby-sass) task throwing type error

joeyfigaro opened this issue · 2 comments

Currently encountering this on a fresh generate:

I've switched to gulp-sass for the time being.

Hey i am getting same error help me out to solve this @StevenIseki

svnm commented

Hi,

This yeoman generator was out of date. I am not longer a fan of using yeoman generators, I suggest just having a boilerplate repo and cloning it.

I have set this repo up now as a very simple react webpack boilerplate with css skeleton, so just clone the repo then you should be in the same position as if you ran the yeoman generator.

git clone https://github.com/StevenIseki/react-webpack-example.git
cd react-webpack-example
npm install
npm start
open http://127.0.0.1:3000

Thanks,

Steven