searchisko / search.jboss.org-ui

Web UI for search.jboss.org
Apache License 2.0
5 stars 4 forks source link

Production smap sources missing #88

Closed lukas-vlcek closed 10 years ago

lukas-vlcek commented 10 years ago

SMAP sources are missing in production distribution. This is because we explicitly remove them when packaging the final app. Although this is not breaking anything it can generate a lot of noise in error console (for example in Firefox) because once browser downloads and parse smap file it tries to follow and download all listed original sources that were used to build the minified JS file.

We should consider either to:

  1. add those files into distribution or
  2. do not distribute the smap file