Commit graph

7 commits

Author SHA1 Message Date
ddce65ea84 Fix deadlock 2023-11-28 12:46:14 -03:00
57bf84c422 tasks: clean_css -> clean:css 2023-11-28 12:44:05 -03:00
7db3476239 Follow same pattern as other tasks 2023-11-27 18:18:10 -03:00
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
085129ac64 Fix rubocop 2023-11-12 18:35:49 -03:00
94c1a06e0a Clear build/al-quran/css/ before every build
nanoc does not always detect changes to files in
the css directory.
2023-10-28 10:47:43 -03:00
d5992fa4e9 Add tasks/nanoc.rake 2023-07-25 15:32:57 -03:00