arnowelzel / lightbox-photoswipe

Integration of PhotoSwipe to WordPress
https://arnowelzel.de/wp/en/projects/wordpress/lightbox-with-photoswipe
GNU General Public License v2.0
27 stars 7 forks source link

Add check for "SCRIPT_DEBUG" wp const? #61

Closed hristov296 closed 3 years ago

hristov296 commented 3 years ago

What do you think about adding a check for the 'SCRIPT_DEBUG" const? That way, if someone wants to examine your js to find out how something works, they can just define the SCRIPT_DEBUG = true and load the unminified version on the website. I was using it on one of my plugins, I can make a PR if you want to see an example

hristov296 commented 3 years ago

https://wordpress.org/support/article/debugging-in-wordpress/#script_debug Here is info on SCRIPT_DEBUG

arnowelzel commented 3 years ago

Yes, this makes sense. A pull request is welcome, thanks.

arnowelzel commented 3 years ago

Closed with #62