Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
90c674ed
Commit
90c674ed
authored
May 22, 2014
by
Thibaut Frain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert js and css path to grunt templates for presentation_editor and jquery_sheet
parent
ff610814
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
src/jquery_sheet/index.html
src/jquery_sheet/index.html
+2
-2
src/presentation_editor/index.html
src/presentation_editor/index.html
+9
-9
No files found.
src/jquery_sheet/index.html
View file @
90c674ed
...
...
@@ -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>
...
...
src/presentation_editor/index.html
View file @
90c674ed
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment