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.
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.
File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>EasyCoder - coding made simple</title>
77
<link rel='stylesheet' href='resources/css/styles.css' type='text/css' media='all' />
8-
<script type='text/javascript' src='distribution/easycoder.js?ver=3.0.0'></script>
8+
<script type='text/javascript' src='easycoder/easycoder.js?ver=3.0.0'></script>
99
</head>
1010

1111
<body>

scripted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Script Editor</title>
7-
<script type='text/javascript' src='distribution/easycoder.js'></script>
7+
<script type='text/javascript' src='easycoder/easycoder.js'></script>
88
</head>
99

1010
<body>

technical.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<title>EasyCoder - coding made simple</title>
66
<link rel='stylesheet' href='resources/css/styles.css' type='text/css' media='all' />
7-
<script type='text/javascript' src='distribution/easycoder.js?ver=3.0.0'></script>
7+
<script type='text/javascript' src='easycoder/easycoder.js?ver=3.0.0'></script>
88
</head>
99

1010
<body>

0 commit comments

Comments
 (0)