1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/templates/default/js_room.html.ep
Daniel Berteaud ecbee1f15c Split JS resources
Fix for #36
2014-05-18 16:30:13 +02:00

6 lines
223 B
Plaintext

<%
foreach my $js (qw(simplewebrtc.bundle.js jquery.browser.min.js sprintf.js FileSaver.js)){
%>
<script type="text/javascript" src="/js/<%= $js %>?<%= $self->get_mtime("js/$js") %>"></script>
<% } %>