Commit 90c674ed authored by Thibaut Frain's avatar Thibaut Frain

Convert js and css path to grunt templates for presentation_editor and jquery_sheet

parent ff610814
......@@ -10,8 +10,8 @@
<link rel="stylesheet" href="../lib/jquery.sheet-2.0.0/jquery-ui/theme/jquery-ui.css">
<script src="../lib/jquery.sheet-2.0.0/jquery-1.5.2.min.js"></script>
<script src="../lib/rsvp.min.js"></script>
<script src="../lib/renderjs.min.js"></script>
<script src="../<%= copy.rsvp.relative_dest %>"></script>
<script src="../<%= copy.renderjs.relative_dest %>"></script>
<script src="../lib/jquery.sheet-2.0.0/jquery.sheet.js"></script>
<script src="../lib/jquery.sheet-2.0.0/parser.js"></script>
......
......@@ -5,19 +5,19 @@
<title>Presentation editor</title>
<!-- Presentation editor dependencies -->
<script src="../lib/jquery.js"></script>
<script src="../lib/jquery-ui.js"></script>
<script src="../lib/jquerymobile.js"></script>
<script src="../lib/beautify-html.js"></script>
<script src="../<%= curl.jquery.relative_dest %>"></script>
<script src="../<%= curl.jqueryuijs.relative_dest %>"></script>
<script src="../<%= curl.jquerymobilejs.relative_dest %>"></script>
<script src="../<%= curl.beautifyhtml.relative_dest %>"></script>
<!-- Renderjs -->
<script src="../lib/rsvp.min.js"></script>
<script src="../lib/renderjs.min.js"></script>
<script src="../<%= copy.rsvp.relative_dest %>"></script>
<script src="../<%= copy.renderjs.relative_dest %>"></script>
<!-- Jquery ui and jquery-mobile stylesheet -->
<link rel="stylesheet" href="../lib/jquery-ui.css">
<link rel="stylesheet" href="../lib/jquerymobile.css">
<link rel="stylesheet" href="../lib/animate.css">
<link rel="stylesheet" href="../<%= curl.jqueryuicss.relative_dest %>">
<link rel="stylesheet" href="../<%= curl.jquerymobilecss.relative_dest %>">
<link rel="stylesheet" href="../<%= curl.animatecss.relative_dest %>">
<!-- Presentation editor stylesheet -->
<link rel="stylesheet" href="presentation_editor.css">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment