nmccready / angular-simple-logger

Basic logger with level logging which can also be independent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bower Hell and visionmedia debug dependency

nmccready opened this issue · comments

So since this lib is an important dependency to angular-leaflet-directive and angular-google-maps via bower. It should probably point to the angular-simple-logger.light.js where advanced features via debug are off. That way no Browserify, and Webpack issues should occur when angular-leaflet-directive or ui-gmap are bundled.

This allows a developer to use Webpack, Browserify in conjunction with npm, bower, and main-bower-files point to the specific (maybe full-version) in their application.