I'm trying to evaluate this library, and it would be nice if the examples worked out of the box, but when I follow the build instructions, it only builds the minified version of your library, and does not seem put any of the examples or their dependencies in the dist folder.
When I serve the examples folder using python -m http.server, I get error 404's on jquery.min.js, bootstrap.min.js, and bootstrap-toggle.js.
I could go and search those up myself and copy them in to the examples directory manually, but I'm surprised that you don't have a build process which builds the examples, or maybe I'm just misunderstanding how to do that. I did not see anything in the package.json or the gruntfile which mentioned these dependencies. Am I meant to "do it yourself"?