File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
mkdir -p ~ /temp/lib
4
4
rm -rf ~ /temp/lib
5
5
mkdir -p ~ /temp/plugins
6
- cd ~ /Dropbox/Code/VisualStudio/EasyCoder/EasyCoder
6
+ cd ~ /Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io
7
7
8
8
cp js/plugins/* ~ /EasyCoder/easycoder/plugins
9
9
cp server/* ~ /EasyCoder/easycoder
@@ -16,12 +16,11 @@ cd ~/EasyCoder
16
16
npx google-closure-compiler --js=easycoder/easycoder.js --js_output_file=easycoder/easycoder-min.js --language_in ECMASCRIPT_2018
17
17
echo " Closure finished"
18
18
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
22
21
rm easycoder.zip
23
22
zip -r easycoder.zip *
24
- cp easycoder.zip ~ /Dropbox/Code/VisualStudio/EasyCoder
23
+ mv easycoder.zip ~ /Dropbox/Code/VisualStudio/EasyCoder/easycoder.github.io/distribution
25
24
echo " Files copied"
26
25
27
26
rm -rf ~ /temp/lib
You can’t perform that action at this time.
0 commit comments