13th May 2014
Ignoring libraries in git
Far too often recently I've noticed people committing libraries and packages to their main application (website) repository.
13th May 2014
Far too often recently I've noticed people committing libraries and packages to their main application (website) repository.
8th May 2014
I have recently discovered the power of Bower - a front end package manager. Rather than having to go and find the hosted jquery link, or download the files for fancybox and copy them into my application (website), I can download them off bower.
24th March 2014
Writing and updating CSS can be a repetitive, tedious and arduous task - especially for big projects. CSS preprocessors can help with that - amalgamating related styles and helping you make your style sheets more DRY
17th March 2014
This post introduces how to compile SCSS with Gulp along with some core concepts
23rd February 2014
We've been going through a bit of a reshuffle at work with regards to our front-end conventions and layout.
18th February 2014
I've been cycling since I can remember, and driving since 2009. Over the last few years, I've believed something more and more and I would like to make a bold statement - Cyclists make better drivers, drivers make better cyclists
4th February 2014
Recently we've decided a change in preprocessor to help optimise our workflow. Within this blog post, I am going to type Sass, but really I mean Scss.
23rd October 2013
Creating a Less mixin to style input placeholders without using an autoprefixer
19th October 2013
We have been using LESS for a while now, but our process involved including the less.js in the header during development, compiling the LESS using an app before launch and then maintaining the site using the css.
19th October 2013
A quick tip on how to enable git autocompletion on the command line