File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,15 @@ $('select').select2({
4949
5050## Getting involved
5151
52- 1 . Fix [ src/ _ layout.scss ] ( src/_layout.scss ) , [ src/ _ single.scss ] ( src/_single.scss ) or [ src/ _ multiple.scss ] ( src/_multiple.scss )
53- 1 . Do ` npm run build:both `
54- 1 . Send me a Pull Request
52+ 1 . Edit SCSS files in the [ src folder ] ( src )
53+ 1 . Run ` npm run build:both `
54+ 1 . Send a Pull Request
5555
5656You can use [ docs] ( docs ) dir for your development.
5757
58- 1 . Do ` npm run prepare ` (this creates symlink to ` dist/select2-bootstrap4.css ` onto ` docs ` )
59- 1 . Serve ` docs ` with your local web server (e.g. ` php -S localhost:8888 -t docs ` )
60- 1 . Do ` npm run watch `
61- 1 . Tweak scss and browse demo page on your browser
58+ 1 . Run ` npm run prepare ` (this creates symlink to ` dist/select2-bootstrap4.css ` onto ` docs ` )
59+ 1 . Serve ` docs ` from your local web server, examples:
60+ - Using PHP: ` php -S localhost:8888 -t docs `
61+ - Using Python 3: ` python3 -m http.server -d docs 8888 `
62+ 1 . Run ` npm run watch `
63+ 1 . Tweak SCSS and browse demo page on your browser
You can’t perform that action at this time.
0 commit comments