3d-interface/server/views/withjs.jade

11 lines
278 B
Plaintext

extends ./main
block append extrahead
script GLOB = typeof GLOB !== 'undefined' ? GLOB : {};
block js
script(src="/static/js/three.min.js")
script(src="/static/js/stats.min.js")
script(src="/static/js/socket.io.min.js")
script(src="/static/js/l3d.min.js")