Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concat_sourcemap + browserify and sourcemaps #7

Open
searls opened this issue Feb 27, 2014 · 1 comment
Open

concat_sourcemap + browserify and sourcemaps #7

searls opened this issue Feb 27, 2014 · 1 comment
Labels

Comments

@searls
Copy link
Member

searls commented Feb 27, 2014

Browserify sourcemaps are all inlined, which concat_sourcemap chokes on. Setting debug to false for now (in the future we'll want it set to process.env.LINEMAN_ENV != "production")

@searls searls added the bug label Feb 27, 2014
searls added a commit that referenced this issue Feb 27, 2014
New plan is to attempt to make a single browserify
bundle of JS + Coffee and app + vendor. 

Thoughts:
* We'd remove concat_sourcemap if we could, but other plugins will want
to use it (conflicts) and we also want our global JST/templates to come
along.
* concat_sourcemap chokes on the sourcemaps from browserify, which are
provided as Data URIs. Can it be changed on either side to fix this? #7
* How do we provide multiple basepaths so vendor stuff can be loaded?
@jasonkarns
Copy link
Member

Browserify docs show usage of thlorenz/exorcist as a transform to rip the inlined source mapping into its own file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants