mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Add some emphasis.
This commit is contained in:
@@ -18,7 +18,7 @@ end
|
||||
This doesn't work though. No matter how many items are in the list, the
|
||||
`build` task only seems to get run once. This is because by default tasks
|
||||
can only be invoked once in a given context. To get around this, the task
|
||||
needs to be reenabled after each invocation.
|
||||
needs to be _reenabled_ after each invocation.
|
||||
|
||||
```ruby
|
||||
namespace :build do
|
||||
|
||||
Reference in New Issue
Block a user