I'm new to Cassette, so there may be a lot of context I'm not aware of, but here's the basic situation:
When I try to include a file called "bootstrap-theme.css.map" in my style bundle, it blows up.
Exception: "Bundle collection rebuild failed. See inner exception for details."
Inner Exception: "Illegal characters in path."
When I remove that one file from the bundle, I get no more errors. Now, of course, that introduces errors on the client side: it seems that Chrome, at least, would like to have access to that file. I don't even have it included in the HTML for the page, per se, but it's still trying (and failing) to download it every time.
A little cursory research tells me it's for debugging (which makes it sound nice to have!), but just making it available has caused me more debugging already than the rest of this whole process combined. I'm not entirely sure it's worth it at this stage.
What's the skinny on this? And is there seriously an illegal character in that path? Is one of those periods giving Cassette a dirty look?