Results 36 comments of Paul T.

+1 on supporting `-r` option of `tape`... in my case, I need it to load `esm` module in order to support esm imports/exports.

Hi Greg, have you had a chance to look at this?

Where are you getting this `Date#format` method from? I don't see it as part of the JavaScript Date class.. (ps> the right method to use is probably `toISOString()`)

Marc, I don't think IE supported that method in earlier versions, because I too was using a custom function to output ISO dates. _________ *Paul T*

@Murphybp2 - if you have setup a dev environment (see README file), then you should be able to do run `gulp` command... Look like it will build everything including the...

BTW: where did you fix the problem? In a file under the `dist` folder? The source is kept under the `src` folder. If you applied your fix to the built...

Sounds like you just changed the built non-minimized file. If all you want is a minimized version, then just use an online minifier site, like this one: https://jscompress.com/ Just copy...

FYI... jQuery `.ajax` allows for "global" events on ajax requests... You can can turn that on (if currently off) and then add an event that will alter the request prior...

Marc, For general (most) users, the instructions have not changed: they upload the `dist/jquery.SPServices.min.js` file and include it in their pages (btw: have you decided to keep both the `dist`...

**Re: AMD Build** I don't think you need one... Its basically grabbing your `src` folder and uploading it... I guess you could also package it as a standalone folder inside...