Skip to content

Commit

Permalink
Fork beforePyret script into beforeBlocks so I can non-destrucively m…
Browse files Browse the repository at this point in the history
…odify google drive file handling
  • Loading branch information
pcardune committed Feb 12, 2023
1 parent 0dc6f7c commit 822a45a
Show file tree
Hide file tree
Showing 3 changed files with 1,417 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ build/web/js/transpile.xml: src/web/js/transpile.xml
build/web/js/beforePyret.js: src/web/js/beforePyret.js
`npm bin`/webpack

build/web/js/beforeBlocks.js: src/web/js/beforeBlocks.js
`npm bin`/webpack

build/web/js/q.js: node_modules/q/q.js
cp $< $@

Expand Down
Loading

0 comments on commit 822a45a

Please sign in to comment.