You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download the latest release: [](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.9.0.zip).
36
+
- Download the latest release: [](https://github.com/victor-valencia/bootstrap-iconpicker/archive/v1.10.0.zip).
37
37
- Clone the repo: `git clone https://github.com/victor-valencia/bootstrap-iconpicker.git`.
38
38
- Install with [Bower](http://bower.io): `bower install bootstrap-iconpicker`.
39
39
- Install with [npm](https://www.npmjs.com): `npm install bootstrap-iconpicker`.
@@ -42,9 +42,10 @@ Several quick start options are available:
42
42
43
43
The [CDN](https://cdnjs.com/libraries/bootstrap-iconpicker) is updated after the release is made public, which means that there is a delay between the publishing of a release and its availability on the CDN. Check the GitHub page for the latest release.
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
@@ -57,6 +58,7 @@ bootstrap-iconpicker/
57
58
├── js/
58
59
│ ├── bootstrap-iconpicker-iconset-all.js
59
60
│ ├── bootstrap-iconpicker-iconset-all.min.js
61
+
│ ├── bootstrap-iconpicker.bundle.min.js
60
62
│ ├── bootstrap-iconpicker.js
61
63
│ └── bootstrap-iconpicker.min.js
62
64
```
@@ -65,6 +67,8 @@ We provide compiled CSS and JS (`bootstrap-iconpicker.*`), as well as compiled a
65
67
66
68
All iconset includes in previous versions are included in file (`bootstrap-iconpicker-iconset-all.js`) compiled and (`bootstrap-iconpicker-iconset-all.min.js`) minified.
67
69
70
+
Files (`bootstrap-iconpicker-iconset-all.min.js`) and (`bootstrap-iconpicker.min.js`) are included in bundle version (`bootstrap-iconpicker.bundle.min.js`).
71
+
68
72
## Supported Iconset
69
73
You can see all suported iconset in [this doc](docs/SUPPORTED.md).
70
74
@@ -103,10 +107,10 @@ For more information on SemVer, please visit <http://semver.org/>.
103
107
Licensed under [the MIT license](LICENSE).
104
108
105
109
## Used by
106
-
-[Cake Cup](http://www.cake-cup.mx/)
110
+
-[Cake Cup](http://cake-cup.herokuapp.com/)
107
111
-[SAPRIGRAT](http://www.saprigrat.mx/)
108
-
-[KML App](http://kml-riegotec.rhcloud.com/)
109
-
-[Opti Riego](http://or-sdayr.rhcloud.com/)
112
+
-[KML App](http://kml-riegotec.herokuapp.com/)
113
+
-[Opti Riego](http://optiriego.herokuapp.com/)
110
114
111
115
Does your organization use bootstrap-iconpicker?
112
116
Open an issue, and include a link, and you'll be added to the list.
0 commit comments