Automattic / Picard

A prototype theme that uses React and WP-API
629 stars 110 forks source link

Oh hello there, Sass! #7

Closed MichaelArestad closed 9 years ago

MichaelArestad commented 9 years ago

I managed to add Sass and Autoprefixer tasks to Gulp, but I had issues trying to combo them or set up a watchify task. Would love some help with that. Bonus points for LiveReload.

jacklenox commented 9 years ago

Wow. This is a lot of cool stuff. I'll take a look at combining and watchify. I have previously got watchify working well but it doesn't compile for production by default. So I need to sort out both "compile for dev" and "compile for production" tasks.