jquery-csswatch icon indicating copy to clipboard operation
jquery-csswatch copied to clipboard

Issue in jquery-csswatch.js

Open staszekj opened this issue 11 years ago • 2 comments

Hi,

This file contains:

//# sourceMappingURL=object_keys.js.map

  1. object_keys.js.map not exist (what cause error in Chrome debug mode)
  2. This line should be included in .min.js file not in dev file, shouldn't be ?

Thanks

staszekj avatar Sep 19 '14 10:09 staszekj

Actually the source mappings should be there as well, since it was originally written in CoffeeScript.

The files are in the DEV folder, and since grunt copies instead of building into the dist folder, it fails. I'll update the grunt task and do a new build, however that won't be before summer 2015

For now: Copy the source maps from the dev folder, and you should be good to go.

leifcr avatar Sep 19 '14 10:09 leifcr

Thanks very much the answer.

Stanisław Jagiella

On 19 wrz 2014, at 12:56, Leif Ringstad [email protected] wrote:

Actually the source mappings should be there as well, since it was originally written in CoffeeScript.

The files are in the DEV folder, and since grunt copies instead of building into the dist folder, it fails. I'll update the grunt task and do a new build, however that won't be before next week.

For now: Copy the source maps from the dev folder, and you should be good to go.

— Reply to this email directly or view it on GitHub.

staszekj avatar Sep 22 '14 21:09 staszekj