File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Pull Request
12
12
13
- 1 . Only into [ master] ( https://github.com/SortableJS/Sortable/tree/master/ ) -branch.
14
- 2 . Do not modify ` Sortable.min.js ` , this will be compiled before each release.
13
+ 1 . Only request to merge with the [ master] ( https://github.com/SortableJS/Sortable/tree/master/ ) -branch.
14
+ 2 . Only modify source files, ** do not commit the resulting build**
15
+
16
+ ### Setup
17
+
18
+ 1 . Fork the repo on [ github] ( https://github.com )
19
+ 2 . Clone locally
20
+ 3 . Run ` npm i ` in the local repo
21
+
22
+ ### Building
23
+
24
+ - For development, build the ` ./Sortable.js ` file using the command ` npm run build:umd:watch `
25
+ - To build everything and minify it, run ` npm run build `
26
+ - Do not commit the resulting builds in any pull request – they will be generated at release
You can’t perform that action at this time.
0 commit comments