I find front end web development to be super open and everyone has their own best practices. This is great ~ and so I came up with my own template based off of the tutorials below.
This template takes more of a "Fuck it. Ship it." approach to web development. After developing, everything is compressed to a single js file, with another js file of dependences. There is one css that is built off of multiple sass files. and all the templates are built in one location, while the index is still at root ~
I'm not sure how this will fair in larger scale projects ~ but grunt is easy enough to play around with~
Grunt is love. Grunt is life.
Bower is cool, but linking is annoying ~
Have SASS extend your bootstrap ~ sadly still have to use the @include
function in SASS to include it ~
Dependencies: npm sass
$npm install