This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
bianjunhui
/
raffle
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
2db02baff1
Гілки
Теги
dev
master
raffle
/
public
/
assets
/
libs
/
Sortable
/
CONTRIBUTING.md
CONTRIBUTING.md
978 B
Історія
Запис
Contribution Guidelines
Issue
Try
master
-branch, perhaps the problem has been solved;
Use the search
, maybe already have an answer;
If not found, create example on
jsbin.com (draft)
and describe the problem.
Pull Request
Only request to merge with the
master
-branch.
Only modify source files,
do not commit the resulting build
Setup
Fork the repo on
github
Clone locally
Run
npm i
in the local repo
Building
For development, build the
./Sortable.js
file using the command
npm run build:umd:watch
To build everything and minify it, run
npm run build
Do not commit the resulting builds in any pull request – they will be generated at release