How to add SASS/SCSS support to a SailsJS application

When you create a brand new install of SailsJS, by default, SailsJS comes with only LESS support. Being a big fan of SCSS, I prefer to use SCSS instead of LESS. Unfortunately SailsJS as smart as it is does not automatically recognize if you are using SCSS. There is some…

How to setup a fresh install of Laravel 5 with Bower

Laravel is currently my PHP framework of choice (in case you couldn't tell) that I look to when building applications. This will most likely change sometime in the future, but it is a fair bet at this moment in time. I know there are numerous articles out there on the…

Deploying Laravel 5 application to Heroku

This explains how to deploy a Laravel 5 application to Heroku with additional support for Gulp and Bower to use with Laravel 5's Elixer. This assumes that you already know how to use Gulp and Bower. What is Heroku Heroku is a cloud platform as a service (PaaS) that is…