stutrek / scrollmonitor

A simple and fast API to monitor elements as you scroll
MIT License
3.3k stars 243 forks source link

Unminified version #75

Closed boeledi closed 6 years ago

boeledi commented 6 years ago

Hi,

Very basic question but where may I find the not minified/uglyfied version of scrollMonitor ?

Many thanks

19h47 commented 6 years ago

Hi @stutrek,

You can find the sources in the folder src, then with the help of Webpack you can build the final file.

boeledi commented 6 years ago

Thank you but it has now been a couple of hours that I simply try to rebuild but could not find a way.

I am running on Windows and could you please tell me which command prompt I need to run ?

Many thanks

boeledi commented 6 years ago

Ok, I finally found out.

By simply adding "build": "webpack" in "scripts", then running: npm run build, it works.

Thanks for your help.

stutrek commented 6 years ago

Thanks, if you make a PR for that I'll merge it.