wd42 / wd42.github.io

[archived] A plain html #wd42 website
5 stars 2 forks source link

Build script #15

Open jonnyscholes opened 10 years ago

jonnyscholes commented 10 years ago

Add a gulp file and readme

joshgillies commented 10 years ago

I reckon I'll push this in the next few hours, pretty simple to implement. But it would be nice to add in addition to the build scripts, a commit hook to automatically run the compile build step. You know, so people don't forget.

jonnyscholes commented 10 years ago

Yeah for sure. We should use node-sass instead. Would be a good testing bed for us. Because sod a ruby dep.

On Tue, Apr 1, 2014 at 3:55 PM, Josh Gillies notifications@github.comwrote:

I reckon I'll push this in the next few hours, pretty simple to implement. But it would be nice to implement a commit hook to automatically run the compile build step. You know, so people don't forget.

Reply to this email directly or view it on GitHubhttps://github.com/wd42/wd42.github.io/issues/15#issuecomment-39170853 .

MalucoMarinero commented 10 years ago

node-sass is fine to use, gulp-sass runs better than gulp-ruby-sass, and besides, C compiled sass is blazing fast.

jonnyscholes commented 10 years ago

Great to hear - I had heard you and Dom were using it so I was hopeful.