Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexdiliberto/rake-build-tools-starter-kit

This is my build tools starter kit using Bundler, Rake, Guard, & LiveReload
https://github.com/alexdiliberto/rake-build-tools-starter-kit

Last synced: 4 days ago
JSON representation

This is my build tools starter kit using Bundler, Rake, Guard, & LiveReload

Awesome Lists containing this project

README

        

build-tools-starter-kit
=======================

This is my build tools starter kit using Bundler, Rake, Guard, & LiveReload

// Initial setup
$ bundle install

// Deletes the build/ directory
$ bundle exec rake clean

// Manual Build
$ bundle exec rake build

// Run guard to automate changes
$ bundle exec guard