sproutcore / build-tools

SproutCore Build Tools
12 stars 7 forks source link

Only add defined variables to SC.MODULE_INFO #72

Closed nicolasbadia closed 7 years ago

nicolasbadia commented 7 years ago

Currently stringURL and scriptSource are not implemented. To prevent SC.MODULE_INFO from nor working, we first check those variables are defined before including them.

Another solution may be to revert https://github.com/sproutcore/build-tools/commit/ad1e5c320e404e1ddce66562728e42c22eba234f until this properties are implemented.

mauritslamers commented 7 years ago

I rather have this, than reverting to the original.