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