Skip to content

Commit 7547acd

Browse files
committed
Updated build file
1 parent c77261e commit 7547acd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mkdir -p ~/temp/lib
44
rm -rf ~/temp/lib
55
mkdir -p ~/temp/plugins
6-
cd ~/Dropbox/Code/VisualStudio/EasyCoder/EasyCoder
6+
cd ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io
77

88
cp js/plugins/* ~/EasyCoder/easycoder/plugins
99
cp server/* ~/EasyCoder/easycoder
@@ -16,12 +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/easycoder/easycoder.js
20-
cp easycoder/easycoder-min.js ~/Dropbox/Code/VisualStudio/EasyCoder/EasyCoder/easycoder/easycoder-min.js
21-
cp -R easycoder/plugins ~/Dropbox/Code/VisualStudio/EasyCoder/EasyCoder/easycoder
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
2221
rm easycoder.zip
2322
zip -r easycoder.zip *
24-
cp easycoder.zip ~/Dropbox/Code/VisualStudio/EasyCoder
23+
mv easycoder.zip ~/Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/distribution
2524
echo "Files copied"
2625

2726
rm -rf ~/temp/lib

0 commit comments

Comments
 (0)