linemanjs / lineman-browserify

A Lineman plugin that configures Browserify for you
6 stars 5 forks source link

concat_sourcemap + browserify and sourcemaps #7

Open searls opened 10 years ago

searls commented 10 years ago

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")

jasonkarns commented 10 years ago

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