Win of the Day!

Today, I had a go at setting up my own development environment to build a web page for the wife’s business.

This was my first attempt at doing this and I have never been so happy to see the words ‘Hello World’!

I used gulp.js as the task runner. I have gulp watching for changes in HMTL, SCSS, and JS. Once a change is detected, it will concat CSS and minify everything (including images) and trigger a live reload of the browser.

WOO HOOO!!!

Please share your wins for the day

4 Likes

My win of the day is reading through You don’t know JS : Scope & Closures. I “think” I’ve got the hang of this, or at least, start to grasp it’s full power !

1 Like