bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

404 on GET <server_url>/css/bootstrap.css.map #245

Closed julienvey closed 9 years ago

haklop commented 9 years ago

For me it's not an issue. It's only when opening Chrome debugger (and Firefox ?) on a page where there is a minified javascript or css whith a comment sourceMappingURL=.

*.map are helpers for debugging minified javascript or css.

You can enable/disable it on the chrome debugger settings: sourcemaps

julienvey commented 9 years ago

Ok, thanks for the info