This repository was archived by the owner on Jul 8, 2023. It is now read-only.
File tree 1 file changed +7
-14
lines changed
1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
1
#The Tale Extended
2
2
Исходный код для расширения браузерной игры "[ Сказка] ( http://the-tale.org ) "
3
3
4
- Установить как расширение из [ Chrome Store] ( https://chrome.google.com/webstore/detail/the-tale-extended/hafakbhcckdligdjpghlofaplaajpaje?gl=001 )
5
- Установить как userscript из [ Greasy Fork] ( https://greasyfork.org/ru/scripts/4016-the-tale-extended )
4
+ ###Ссылки:
5
+ Расширение: [ The Tale Extended в Chrome Store] ( https://chrome.google.com/webstore/detail/the-tale-extended/hafakbhcckdligdjpghlofaplaajpaje?gl=001 )
6
+ Userscript: [ The Tale Extended в Greasy Fork] ( https://greasyfork.org/ru/scripts/4016-the-tale-extended )
6
7
7
8
8
- ##Разработчикам
9
9
10
- ###Подготовка
11
- Вам потребуется [ Node.js] ( http://nodejs.org/ ) и [ Gulp] ( https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md )
12
- Установите все зависимости: ` npm install `
10
+ #Разработчикам
13
11
14
12
15
13
###Сборка
16
- Для сборки расширения во время разработки используйте ` gulp dev ` . При каждом изменении проект будет пересобираться автоматически.
17
- Так же есть команды
14
+ Перед работой установите все зависимости: ` npm install `
15
+ Запуск сборки:
18
16
```
19
- gulp watch-chrome # тоже что gulp dev
20
- gulp watch-userscript
17
+ npm run watch
21
18
```
22
-
23
- ###Выкладка и пулл-реквесты
24
- Для финальной сборки используйте
25
- ` gulp `
26
19
Перед коммитом убедитесь что во время сборки не было ошибок и предупреждений
27
20
28
21
You can’t perform that action at this time.
0 commit comments