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
81fc3c1b
Commit
81fc3c1b
authored
May 21, 2014
by
Thibaut Frain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction of some presentation gadget dependencies
parent
4f31c72f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
12 deletions
+22
-12
Gruntfile.js
Gruntfile.js
+13
-3
src/presentation_editor/index.html
src/presentation_editor/index.html
+9
-9
src/presentation_editor/presentation_editor.css
src/presentation_editor/presentation_editor.css
+0
-0
src/presentation_editor/presentation_editor.js
src/presentation_editor/presentation_editor.js
+0
-0
No files found.
Gruntfile.js
View file @
81fc3c1b
...
...
@@ -223,10 +223,20 @@ module.exports = function (grunt) {
relative_dest
:
'
lib/jquerymobile.css
'
,
dest
:
'
<%= global_config.dest %>/<%= curl.jquerymobilecss.relative_dest %>
'
},
htmlbeautify
:
{
jqueryuijs
:
{
src
:
'
https://code.jquery.com/ui/1.10.4/jquery-ui.js
'
,
relative_dest
:
'
lib/jquery-ui.js
'
,
dest
:
'
<%= global_config.dest %>/<%= curl.jqueryuijs.relative_dest %>
'
},
jqueryuicss
:
{
src
:
'
https://code.jquery.com/ui/1.11.0-beta.1/themes/base/jquery-ui.css
'
,
relative_dest
:
'
lib/jquery-ui.css
'
,
dest
:
'
<%= global_config.dest %>/<%= curl.jqueryuicss.relative_dest %>
'
},
beautifyhtml
:
{
src
:
'
https://raw.githubusercontent.com/einars/js-beautify/master/js/lib/beautify-html.js
'
,
relative_dest
:
'
lib/
html-beautify
.js
'
,
dest
:
'
<%= global_config.dest %>/<%= curl.
htmlbeautify
.relative_dest %>
'
relative_dest
:
'
lib/
beautify-html
.js
'
,
dest
:
'
<%= global_config.dest %>/<%= curl.
beautifyhtml
.relative_dest %>
'
},
animatecss
:
{
src
:
'
https://raw.github.com/daneden/animate.css/master/animate.css
'
,
...
...
src/presentation
-
editor/index.html
→
src/presentation
_
editor/index.html
View file @
81fc3c1b
...
...
@@ -5,25 +5,25 @@
<title>
Presentation editor
</title>
<!-- Presentation editor dependencies -->
<script
src=
"../lib/jquery.
min.
js"
></script>
<script
src=
"../lib/jquery-ui.
min.
js"
></script>
<script
src=
"../lib/jquery
.mobile.min
.js"
></script>
<script
src=
"../lib/jquery.js"
></script>
<script
src=
"../lib/jquery-ui.js"
></script>
<script
src=
"../lib/jquery
mobile
.js"
></script>
<script
src=
"../lib/beautify-html.js"
></script>
<!-- Renderjs -->
<script
src=
"../lib/rsvp.min.js"
></script>
<script
src=
"../lib/renderjs.js"
></script>
<script
src=
"../lib/renderjs.
min.
js"
></script>
<!-- Jquery ui and jquery-mobile stylesheet -->
<link
rel=
"stylesheet"
href=
"../lib/jquery-ui.
min.
css"
>
<link
rel=
"stylesheet"
href=
"../lib/jquery
.mobile.min
.css"
>
<link
rel=
"stylesheet"
href=
"../lib/animate.
min.
css"
>
<link
rel=
"stylesheet"
href=
"../lib/jquery-ui.css"
>
<link
rel=
"stylesheet"
href=
"../lib/jquery
mobile
.css"
>
<link
rel=
"stylesheet"
href=
"../lib/animate.css"
>
<!-- Presentation editor stylesheet -->
<link
rel=
"stylesheet"
href=
"presentation
-
editor.css"
>
<link
rel=
"stylesheet"
href=
"presentation
_
editor.css"
>
<!-- Presentation editor gadget -->
<script
src=
"presentation
-
editor.js"
></script>
<script
src=
"presentation
_
editor.js"
></script>
</head>
<body>
...
...
src/presentation
-editor/presentation-
editor.css
→
src/presentation
_editor/presentation_
editor.css
View file @
81fc3c1b
File moved
src/presentation
-editor/presentation-
editor.js
→
src/presentation
_editor/presentation_
editor.js
View file @
81fc3c1b
File moved
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