azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

Bug: despite of warn = false value lmd is still logging warn messages #154

Closed RohovDmytro closed 10 years ago

RohovDmytro commented 10 years ago

https://dl.dropboxusercontent.com/spa/sy5tiz1zn952c15/cp878gnk.png

azproduction commented 10 years ago

lmd-info ignores warn flag by design. There is no reason to hide warnings in some king of debug mode. However lmd-build keeps that flag.

azproduction commented 10 years ago

@rogovdm can I close this issue?

RohovDmytro commented 10 years ago

Using command "build lmd" does not help - I can still see warnings in console despite of warn = false in my config lmd file

azproduction commented 10 years ago

I managed to reproduce this error. For now you can use lmd build smth --no-warn if that error annoys you.

azproduction commented 10 years ago

fixed in lmd@1.10.24

RohovDmytro commented 10 years ago

Works like a charm.

Thanks for your great product!

azproduction commented 10 years ago

You are welcome!