Closed
Description
Hi there,
I am willing to help write the README instructions for this, but how would one go about requiring this in a npm (e.g. browserify) type project? Is that not currently supported?
I ask because I did install with npm but then when including it via require('jquery-timepicker')
the application throws an error saying it cannot find it.
My assumption being that it can be installed with NPM is that it would be able to be included in the traditional node manner. Truth?
If not, I am happy to write the patch to do so.
P.S. It might be helpful for you to know I am using this in Laravel which is a gulp based environment.