> I think I have added .map and then removed it once but now I cannot find it in Git history...
Maybe you remembered a wicket-kendo-ui commit? https://github.com/sebfz1/wicket-jquery-ui/blob/master/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/Initializer.java#L45 I'm definitely +1 to add it. Thanks & best regards, Sebastien On Sun, Mar 13, 2016 at 9:08 PM, Sven Meier <[email protected]> wrote: > I'm fine with .map on the whitelist. > > Regards > Sven > > > On 13.03.2016 17:43, Martin Grigorov wrote: > >> Hi, >> >> At https://github.com/l0rdn1kk0n/wicket-webjars/issues/41 a user >> requested >> to add .map to SPRG. >> I think I have added .map and then removed it once but now I cannot find >> it >> in Git history... >> >> .map is used to map generated and/or minified js/css resources to their >> original version, so one can debug easily. >> E.g. a .css file generated by LESS/SASS. >> >> The browser makes a call to get the .map file only when DevTools are used. >> >> Do you see any issues of adding .map to the whitelist ? >> If someone doesn't want to serve her non-minified version of some >> important >> .js file then (s)he should not add /*sourceMapUrl=...*/ in first place in >> the content of .min.js. >> >> >> Martin Grigorov >> Wicket Training and Consulting >> https://twitter.com/mtgrigorov >> >> >
