Issue in jquery-csswatch.js
Hi,
This file contains:
//# sourceMappingURL=object_keys.js.map
- object_keys.js.map not exist (what cause error in Chrome debug mode)
- This line should be included in .min.js file not in dev file, shouldn't be ?
Thanks
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.
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.