globocom / nautilus.js

[separated fork] Async JavaScript loader & dependency manager in ~600B [gziped]
Apache License 2.0
59 stars 7 forks source link

Should not append a script tag everytime nautilus call #9

Open lusac opened 7 years ago

lusac commented 7 years ago

For every:

nautilus(['jquery', 'waterfall'], function() { // do something });

a script tag is appended in DOM.