diff options
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/dependents.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake index 47c58f78..ac62d866 100644 --- a/tasks/dependents.rake +++ b/tasks/dependents.rake @@ -26,7 +26,6 @@ namespace :build do %w( asciidoctor/asciidoctor-diagram - asciidoctor/asciidoctor-reveal.js ).each do |project| org, name, branch = parse_project project project = [org, name, branch] * '/' @@ -51,6 +50,7 @@ namespace :build do asciidoctor/asciidoctor.js asciidoctor/asciidoctorj asciidoctor/asciidoctor-pdf + asciidoctor/asciidoctor-reveal.js ).each do |project| org, name, branch = parse_project project project = [org, name, branch] * '/' |
