Commit facc2c6
committed
Rename ES2015Transpilation sample to NodeServicesExamples (because will be adding some more examples here)
1 parent c8859ab commit facc2c6Copy full SHA for facc2c6
File tree
Expand file treeCollapse file tree
18 files changed
+9
-9
lines changedOpen diff view settings
Filter options
- samples/misc/NodeServicesExamples
- Controllers
- Views
- Home
- wwwroot
- js
Expand file treeCollapse file tree
18 files changed
+9
-9
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
|
Collapse file
…ples/misc/ES2015Transpilation/.gitignore …les/misc/NodeServicesExamples/.gitignoresamples/misc/ES2015Transpilation/.gitignore renamed to samples/misc/NodeServicesExamples/.gitignore samples/misc/ES2015Transpilation/.gitignore renamed to samples/misc/NodeServicesExamples/.gitignore
Copy file name to clipboardFile renamed without changes.
Collapse file
…nspilation/Controllers/HomeController.cs …esExamples/Controllers/HomeController.cssamples/misc/ES2015Transpilation/Controllers/HomeController.cs renamed to samples/misc/NodeServicesExamples/Controllers/HomeController.cs samples/misc/ES2015Transpilation/Controllers/HomeController.cs renamed to samples/misc/NodeServicesExamples/Controllers/HomeController.cs
Copy file name to clipboardExpand all lines: samples/misc/NodeServicesExamples/Controllers/HomeController.cs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
…5Transpilation/ES2015Transpilation.xproj …vicesExamples/NodeServicesExamples.xprojsamples/misc/ES2015Transpilation/ES2015Transpilation.xproj renamed to samples/misc/NodeServicesExamples/NodeServicesExamples.xproj samples/misc/ES2015Transpilation/ES2015Transpilation.xproj renamed to samples/misc/NodeServicesExamples/NodeServicesExamples.xproj
Copy file name to clipboardExpand all lines: samples/misc/NodeServicesExamples/NodeServicesExamples.xproj+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
…ples/misc/ES2015Transpilation/Startup.cs …les/misc/NodeServicesExamples/Startup.cssamples/misc/ES2015Transpilation/Startup.cs renamed to samples/misc/NodeServicesExamples/Startup.cs samples/misc/ES2015Transpilation/Startup.cs renamed to samples/misc/NodeServicesExamples/Startup.cs
Copy file name to clipboardExpand all lines: samples/misc/NodeServicesExamples/Startup.cs+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
…015Transpilation/Views/Home/Index.cshtml …ServicesExamples/Views/Home/Index.cshtmlsamples/misc/ES2015Transpilation/Views/Home/Index.cshtml renamed to samples/misc/NodeServicesExamples/Views/Home/Index.cshtml samples/misc/ES2015Transpilation/Views/Home/Index.cshtml renamed to samples/misc/NodeServicesExamples/Views/Home/Index.cshtml
Copy file name to clipboardFile renamed without changes.
Collapse file
…5Transpilation/Views/Shared/Error.cshtml …rvicesExamples/Views/Shared/Error.cshtmlsamples/misc/ES2015Transpilation/Views/Shared/Error.cshtml renamed to samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml samples/misc/ES2015Transpilation/Views/Shared/Error.cshtml renamed to samples/misc/NodeServicesExamples/Views/Shared/Error.cshtml
Copy file name to clipboardFile renamed without changes.
Collapse file
…ranspilation/Views/Shared/_Layout.cshtml …icesExamples/Views/Shared/_Layout.cshtmlsamples/misc/ES2015Transpilation/Views/Shared/_Layout.cshtml renamed to samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml samples/misc/ES2015Transpilation/Views/Shared/_Layout.cshtml renamed to samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml
Copy file name to clipboardExpand all lines: samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
…5Transpilation/Views/_ViewImports.cshtml …rvicesExamples/Views/_ViewImports.cshtmlsamples/misc/ES2015Transpilation/Views/_ViewImports.cshtml renamed to samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml samples/misc/ES2015Transpilation/Views/_ViewImports.cshtml renamed to samples/misc/NodeServicesExamples/Views/_ViewImports.cshtml
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
Collapse file
…015Transpilation/Views/_ViewStart.cshtml …ServicesExamples/Views/_ViewStart.cshtmlsamples/misc/ES2015Transpilation/Views/_ViewStart.cshtml renamed to samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml samples/misc/ES2015Transpilation/Views/_ViewStart.cshtml renamed to samples/misc/NodeServicesExamples/Views/_ViewStart.cshtml
Copy file name to clipboardFile renamed without changes.
0 commit comments