xpath2.js icon indicating copy to clipboard operation
xpath2.js copied to clipboard

How to get a min.js of this?

Open allquixotic opened this issue 7 years ago • 2 comments

Hello,

Great library! How can I get a copy-paste-able version of this library minified? Breaking it up into many files is not practical for my use case (Chrome developer console).

Thanks!

allquixotic avatar Aug 16 '18 21:08 allquixotic

Would you like the jQuery version? If so, you can find it at https://github.com/ilinsky/jquery-xpath If not, what API would you need? Where do you want to run library - server-/ or client-side?

ilinsky avatar Aug 20 '18 07:08 ilinsky

Hi. I'm trying to run this library on the client side (browser). But the dependencies on "fs" and "vm" doesn't allow that. Is there a way to use this directly in browser (without using jquery-xpath)?

greasematic avatar May 01 '19 14:05 greasematic