Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexdiliberto/rake-build-tools-starter-kit
- Owner: alexdiliberto
- License: mit
- Created: 2013-08-18T23:52:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T21:13:43.000Z (over 3 years ago)
- Last Synced: 2024-10-07T19:22:52.396Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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