Skip to content

Commit

Permalink
Update setuppages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb-UIUC authored Aug 26, 2024
1 parent 0ca4739 commit e03bdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuppages.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cp ./applications/buttons/*.css ./docs/css
#cp ./applications/buttons/*.js ./docs/js
find ./applications -name *.js -exec cp {} + ./docs/js \;
find ./applications -name *.css -exec cp {} + ./docs/css \;
find ./applications -name *.js -exec cp {} + ./docs/js \
find ./applications -name *.css -exec cp {} + ./docs/css \

0 comments on commit e03bdc5

Please sign in to comment.