Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Externalizing the jupyterlite build #728

Merged
merged 21 commits into from
May 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
do I get lucky?
epugh committed May 17, 2023
commit f5c2c7cc9be0679a4e3d7bc7d4272ba3cbefd5a4
2 changes: 2 additions & 0 deletions lib/tasks/assets.rake
Original file line number Diff line number Diff line change
@@ -16,6 +16,8 @@ namespace :assets do

puts "Unpacking Jupyterlite into #{destination}"
system "tar -xzf #{notebooks_gz} --directory #{destination}"

File.delete(notebooks_gz)
end

# Hook into existing assets:precompile task