sourcemap references and CDNs result in 403 responses #19063

Open
patrickhlauke opened this Issue Feb 2, 2016 · 6 comments

3 participants

@patrickhlauke
Bootstrap member

wondering if - at least for CDN versions - there's a way of suppressing sourcemap references to files which aren't available (and result in 403 responses, which get silently absorbed by Chrome/Firefox/Safari dev tools but are - correctly? - exposed by Edge's dev tools) - see http://stackoverflow.com/questions/35142485/why-is-bootstrap-trying-to-load-less-files-in-edge/35151109

/cc @mdo @cvrebert

@patrickhlauke patrickhlauke added the css label Feb 2, 2016
@patrickhlauke
Bootstrap member
@cvrebert
Bootstrap member
cvrebert commented Feb 2, 2016

I think there's a config option somewhere to stuff copies of the source files into the sourcemap itself so it doesn't reference any external files. We could try that.

@cvrebert cvrebert added grunt v4 v3 labels Feb 2, 2016
@jdorfman
Bootstrap member
jdorfman commented Jul 5, 2016

@patrickhlauke @cvrebert any updates?

@patrickhlauke
Bootstrap member

@jdorfman, i think @cvrebert is your man on this one, as I have zero clue about grunt, sourcemaps, etc

@cvrebert
Bootstrap member
cvrebert commented Jul 5, 2016

I'm currently in transit. Will have a go at this in a couple hours when I reach my destination though.

@jdorfman
Bootstrap member
jdorfman commented Jul 5, 2016

@cvrebert let me know if @jmervine can be of any assistance. Thanks

@cvrebert cvrebert removed the v3 label Jul 12, 2016
@cvrebert cvrebert added this to the v4.0.0-alpha.3 milestone Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment