You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for Showdown - it's a really useful package. 👍
I'm having a bit of trouble when integrating the bower package into my workflow though, specifically with the sourceMappingURL comments (see my comment on the ember-cli-uglify package for more detail).
In short, the bower package doesn't include any of the src/ files, but the files in dist/ have generated source maps that point to those files (and the comments that in turn point to those map files).
Would you folks be open to a change to the gruntfile in order to not generate source maps when building a package for distribution? Or would you prefer an alternate solution?