footer.html
415 Bytes
{{#if _env}}
{{#if _env.development}}
<script src="/dist/libs.js"></script>
<script src="/dist/index.js"></script>
<script src="/dist/{{module}}.js"></script>
{{else}}
<script src="{{_env.cur.path}}/libs{{_env.cur.md5}}.js"></script>
<script src="{{_env.cur.path}}/index{{_env.cur.md5}}.js"></script>
{{#if module}}
<script src="{{_env.cur.path}}/{{module}}{{_env.cur.md5}}.js"></script>
{{/if}}
{{/if}}
{{/if}}