marzeelabs / besugo

Boilerplate for MZ version of hugo + netlifyCMS
https://besugo.marzeelabs.org
10 stars 0 forks source link

Feature/#30 Use JS functionality in previews #38

Closed Quicksaver closed 6 years ago

Quicksaver commented 6 years ago

Closes #30 - Use JS funcionality in previews

Notes

The main.min.js file still exists and will still be needed on every project most likely.

This means that porting the specific functions in this PR in other projects should "just work", but every project will have to be done on a case-by-case basis, meaning that each specific functionality (that should exist in the previews of course) will have to be ported individually.

For instance, in PWiT, we might leave the filters functionality in main.min.js, since it won't be needed in any preview page. But we will definitely need to port a lot of functions in UHUB, such as the extras and related stuff.