Commit graph

21 commits

Author SHA1 Message Date
bf4b7484f9 Add lock to avoid builds running in parallel
When one build is running, we don't want a second one
to run as well as the two builds could step on each
other toes. This change adds a locking mechanism that
waits for the current build to finish before starting
the next build.
2023-11-27 18:16:03 -03:00
74eae72495 Replace filters/tidy.rb with nanoc-tidy.rb (rubygem) 2023-11-07 01:59:45 -03:00
b418b47685 Add 'memoize' 2023-10-07 19:29:52 -03:00
5748101c9a Migrate to nanoc-gzip 2023-06-29 19:49:42 -03:00
cc60461e80 Gemfile: link to packages/, sort dependencies 2023-06-29 19:35:53 -03:00
fabda18af5 nanoc-webpack: upgrade to v0.2.0 2023-03-27 12:23:20 -03:00
12b798a6bc Add test-cmd.rb, and rake to Gemfile 2023-03-21 03:01:24 -03:00
ea53a79ee4 Add Gemfile.lock 2023-03-12 17:51:16 -03:00
3c75a90f0d Fix build
See https://github.com/rubocop/rubocop/issues/6754#issuecomment-1465296115
2023-03-12 17:50:44 -03:00
145d5a4399 Run rubocop -A 2023-03-11 09:31:37 -03:00
2c81c044f6 Upgrade to nanoc-webpack.rb v0.1.5 2023-01-08 06:23:05 -03:00
c21e82d77d Fix dependency tree
Depend on ryo.rb, nanoc-gunzip.rb, and nanoc-webpack.rb via git.
2022-12-24 11:19:37 -03:00
b8380f4717 Gemfile: update. 2022-11-20 04:41:28 -03:00
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
955e0ef1e2 depend on version of nanoc-webpack.rb that supports dep tracking.
Related #24
2022-11-20 00:37:06 -03:00
816ea05288 filters/: add nanoc-webpack.rb
Replace lib/filters/webpack.rb with
[nanoc-webpack.rb](https://github.com/0x1eef/nanoc-webpack.rb)
2022-11-18 22:27:54 -03:00
a2c9e774af replace lib/filters/gzip.rb with nanoc-gunzip.rb 2022-11-12 14:15:06 -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
fc070c01b8 Ruby: fix linter errors 2022-11-02 00:53:00 -03:00
071a4e9059 add ruby-related files 2022-10-31 15:36:25 -03:00