This website requires JavaScript.
Explore
Help
Sign In
BitGoblin
/
stage-manager
Watch
1
Star
0
Fork
0
You've already forked stage-manager
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
v0.2.1
stage-manager
/
Guardfile
6 lines
116 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Replaced the rerun gem with guard-rack; added some work to support Windows better; added a way to configure the application with config.yaml
2023-03-09 15:48:33 -05:00
guard 'rack' do
watch('Gemfile.lock')
Migrated to a modular Sinatra application
2023-03-09 21:37:33 -05:00
watch('config.ru')
Replaced the rerun gem with guard-rack; added some work to support Windows better; added a way to configure the application with config.yaml
2023-03-09 15:48:33 -05:00
watch('server.rb')
Moved lib/ to app/
2023-03-09 22:48:09 -05:00
watch(%r{^(app)/.*})
Replaced the rerun gem with guard-rack; added some work to support Windows better; added a way to configure the application with config.yaml
2023-03-09 15:48:33 -05:00
end
Reference in New Issue
Copy Permalink