Skip to content

Commit 6422339

Browse files
committed
Rename folder
1 parent 92d2230 commit 6422339

24 files changed

+6
-6
lines changed

build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ cd ~/EasyCoder
1616
npx google-closure-compiler --js=easycoder/easycoder.js --js_output_file=easycoder/easycoder-min.js --language_in ECMASCRIPT_2018
1717
echo "Closure finished"
1818

19-
cp easycoder/easycoder.js ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/distribution/easycoder.js
20-
cp easycoder/easycoder-min.js ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/distribution/easycoder-min.js
19+
cp easycoder/easycoder.js ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/easycoder/easycoder.js
20+
cp easycoder/easycoder-min.js ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/easycoder/easycoder-min.js
2121
rm easycoder.zip
2222
zip -r easycoder.zip *
23-
mv easycoder.zip ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/distribution
23+
mv easycoder.zip ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/easycoder
2424
echo "Files copied"
2525

2626
rm -rf ~/temp/lib
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)