Skip to content

Commit 3e39c64

Browse files
author
David Heinemeier Hansson
committed
Note temporary issue
1 parent da3558c commit 3e39c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/importmap/packager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def ensure_vendor_directory_exists
9191

9292
def remove_existing_package_file(package)
9393
FileUtils.rm_rf vendored_package_path(package)
94-
FileUtils.rm_rf "#{vendored_package_path(package)}.br"
94+
FileUtils.rm_rf "#{vendored_package_path(package)}.br" # Temp workaround for jspm.io
9595
end
9696

9797
def download_package_file(package, url)

0 commit comments

Comments
 (0)