@ttskch/select2-bootstrap4-theme
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@ttskch/select2-bootstrap4-theme", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Select2 v4 theme for Bootstrap4", | ||
@@ -11,3 +11,4 @@ "main": "", | ||
"build:both": "npm run build && npm run build:prod", | ||
"watch": "npm run build -- --watch" | ||
"prepare": "ln -sf ../dist/select2-bootstrap4.css docs/", | ||
"watch": "npm run prepare && npm run build -- --watch" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
@@ -36,1 +36,8 @@ # select2-bootstrap4-theme | ||
1. Send me a Pull Requeest | ||
You can use [docs](docs) dir for your development. | ||
1. Do `npm run prepare` (this creates symlink to `dist/select2-bootstrap4.css` onto `docs`) | ||
1. Serve `docs` with your local web server (e.g. `php -S localhost:8888 -t docs`) | ||
1. Do `npm watch` | ||
1. Tweak scss and browse demo page on your browser |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22544
43