This repo accompanies my blog post on the same topic. It is a replacement for the asset pipeline using Gulp, explaining all of the Gulpfile in detail.
bundle
rake db:migrate
npm install --global gulp
npm install
rails s
bower install # not needed because the files are included in the project now
gulp watch
# Browse localhost:3000