Commit graph

9 commits

Author SHA1 Message Date
de1440b1d8 add 'rake watch' tasks
Add two 'rake watch' tasks:

- 'rake watch:server'
Watch for changes using the Ruby web server.

- 'rake watch:deploy:local'
Watch for changes using a local web server (eg nginx).

Fix #24
2022-11-20 04:41:28 -03:00
a0600fb49e deploy: minify JS assets on production 2022-11-10 19:03:51 -03:00
7c58d7c82e Rakefile: add "nanoc:clean" task 2022-11-08 07:52:05 -03:00
34c5ee2efe add 'rake server' task 2022-11-03 19:09:51 -03:00
359cba7c39 add Tasks::Deploy::Remote
add a task for deploying the website to a remote - using rsync.
2022-11-02 13:54:21 -03:00
77790d70f9 add 'rake build' task. 2022-11-02 07:33:58 -03:00
fc070c01b8 Ruby: fix linter errors 2022-11-02 00:53:00 -03:00
1fc7e9833b Rakefile: add linter tasks 2022-11-02 00:53:00 -03:00
071a4e9059 add ruby-related files 2022-10-31 15:36:25 -03:00