yaquawa / jquery.photoswipe

The jQuery plugin for PhotoSwipe
91 stars 35 forks source link

Paths for photoswipe js files? #1

Closed macsupport closed 8 years ago

macsupport commented 8 years ago

Wondering why these 2 photoswipe paths (for OS X) are in your js file?

{"/Applications/MAMP/htdocs/jquery.photoswipe/node_modules/photoswipe/dist/photoswipe-ui-default.js":1,"/Applications/MAMP/htdocs/jquery.photoswipe/node_modules/photoswipe/dist/photoswipe.js":2}

yaquawa commented 8 years ago

@macsupport This is because the final js file is compiled by Browserify and Babelify. The original source code is located in src/jquery.photoswipe.js. Anyway, this "path" really could be any string, it's just for identifying modules.