ibm-js / dapp

AMD-based Application Framework for building Web & Mobile applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dapp should not rely on dojo/_base/config but use requireJS configuration mechanism

cjolif opened this issue · comments

@clmath can help here if needed.

This is related to #4
The dojo/_base/config was being used to turn on logging, but that has been removed and the logging is currently being turned on from the app config. cjolif thinks dapp should use requireJS config to turn on logging, so this may come back.

This is done.