HenrikJoreteg / moonboots

A set of conventions and tools for bundle and serving clientside apps with node.js
158 stars 20 forks source link

allow sourceMaps option to set browserify.debug properly #38

Closed lukekarrys closed 10 years ago

lukekarrys commented 10 years ago

Fixes #37

Previously sourceMaps: true would not set browserify.debug to true.

wraithgar commented 10 years ago

+1 looks good