amdclean icon indicating copy to clipboard operation
amdclean copied to clipboard

Non-AMD module not included in the AMDClean output

Open settysreekanth opened this issue 10 years ago • 2 comments

Hi , I am trying to use amdclean for my javascript library. I have written this library using requirejs where,

Module foo is using Non-AMD javascript specifically a closure (Example: bar.js).

I have used requirejs Shim API to load bar.js within foo module.

Now AMDClean output file is not containing any code related to bar.js file and output just has code related to foo module.

How can I get the combined output?

Thanks in advance.

settysreekanth avatar Apr 29 '15 00:04 settysreekanth

@gfranko your suggestion please?

settysreekanth avatar Apr 29 '15 22:04 settysreekanth

Could you please add more information, preferable a minimal test case to reproduce your problem?

ooxi avatar May 06 '15 05:05 ooxi