feature(config) improve speed: decrease config loading count

This commit is contained in:
coderaiser 2017-01-20 17:14:12 +02:00
parent 2769ac2ef5
commit bbb8ca15c6
16 changed files with 290 additions and 358 deletions

View file

@ -33,7 +33,7 @@
</div>
<script src="{{ prefix }}/cloudcmd.js"></script>
<script>
CloudCmd('{{ prefix }}');
CloudCmd({{ config }});
</script>
</body>
</html>