matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.61k stars 1.28k forks source link

Check perfect-scrollbar is used correctly #258

Open matalo33 opened 5 years ago

matalo33 commented 5 years ago

( cc @ozobi )

There are two static JS files relating to perfect scrollbar

./static/js/perfect-scrollbar.min.js
./static/js/perfect-scrollbar.jquery.min.js

Are these duplicated files or do they serve different purposes? Additionally, I can't see the instantiation of the library anywhere

Looking for any mention of new PerfectScrollbar.

Can either the duplicate file get removed, or can we remove it completely if it's unused?

ozobi commented 5 years ago

I updated the code and sent a pull request. https://github.com/matcornic/hugo-theme-learn/pull/268