Skip to content

Commit

Permalink
Add desc to vendor_javascript Rake task
Browse files Browse the repository at this point in the history
This displays the `vendor_javascript` task when running `rake -T`.
jonathanhefner committed Oct 5, 2023
1 parent bae9d61 commit 70601cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -101,6 +101,7 @@ end

ASSETS_PATH = "lib/rdoc/generator/template/rails/resources"

desc "Download and vendor JavaScript assets"
task :vendor_javascript do
module Importmap; end
require "importmap/packager"

0 comments on commit 70601cd

Please sign in to comment.