Sometimes we might want to include an unminified browser-ready version of the script. Is it possible to include one example of it to the dist folder?
The index.js at the root folder uses modules which is then compiled to browser-ready and made available as dist/hoverintent.min.js, it would be nice to have a browser-ready version, without minification, at dist/hoverintent.js.
Howdy,
Sometimes we might want to include an unminified browser-ready version of the script. Is it possible to include one example of it to the dist folder?
The
index.js
at the root folder uses modules which is then compiled to browser-ready and made available asdist/hoverintent.min.js
, it would be nice to have a browser-ready version, without minification, atdist/hoverintent.js
.Thanks