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
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")
The text was updated successfully, but these errors were encountered:
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?
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"
)The text was updated successfully, but these errors were encountered: