Skip to content

Commit 43677a3

Browse files
authored
Update for new structure (#759)
1 parent 9d7542c commit 43677a3

File tree

376 files changed

+234
-9864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+234
-9864
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM hexletbasics/base-image
22

3-
WORKDIR /exercises-javascript
4-
5-
COPY . .
6-
73
ENV NODE_PATH /exercises-javascript/src
4+
ENV PATH=/exercises-javascript/bin:$PATH
85

6+
WORKDIR /exercises-javascript
7+
8+
COPY package.json package-lock.json ./
99
RUN npm ci
1010

11-
ENV PATH=/exercises-javascript/bin:$PATH
11+
COPY . .

docker-compose.override.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: '3'
4-
53
services:
64
exercises:
75
volumes:

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: '3'
4-
53
services:
64
exercises:
75
build: .

exercises-javascript_all_link.txt

-516
This file was deleted.

exercises-javascript_text_length.csv

-252
This file was deleted.

modules/10-basics/10-hello-world/description.en.yml

-23
This file was deleted.

modules/10-basics/10-hello-world/description.ru.yml

-26
This file was deleted.

modules/10-basics/10-hello-world/en/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Hello, World!
23
tips:
34
- >

modules/10-basics/10-hello-world/es/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: ¡Hola, Mundo!
23
tips:
34
- >

modules/10-basics/10-hello-world/ru/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Привет, Мир!
23
tips:
34
- >

modules/10-basics/20-comments/description.en.yml

-53
This file was deleted.

modules/10-basics/20-comments/description.ru.yml

-67
This file was deleted.

modules/10-basics/20-comments/en/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Comments
23
tips: []
34
definitions:

modules/10-basics/20-comments/es/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Comentarios
23
tips:
34
- >

modules/10-basics/20-comments/ru/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Комментарии
23
tips:
34
- |

modules/10-basics/40-instructions/description.en.yml

-55
This file was deleted.

modules/10-basics/40-instructions/description.ru.yml

-56
This file was deleted.

modules/10-basics/40-instructions/en/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Statements
23
tips:
34
- >

modules/10-basics/40-instructions/es/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Instrucciones
23
tips:
34
- >

modules/10-basics/40-instructions/ru/data.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Инструкции (Statements)
23
tips:
34
- |

0 commit comments

Comments
 (0)