Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
dream
Commits
4309aa4a
Commit
4309aa4a
authored
Jun 12, 2014
by
Romain Courteaud
Committed by
Jérome Perrin
Aug 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate favicon
parent
a9d31fd3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
Gruntfile.js
Gruntfile.js
+6
-0
dream/platform/src/index.html
dream/platform/src/index.html
+0
-2
dream/platform/src2/dream/favicon.ico
dream/platform/src2/dream/favicon.ico
+0
-0
dream/platform/src2/dream/index.html
dream/platform/src2/dream/index.html
+1
-0
No files found.
Gruntfile.js
View file @
4309aa4a
...
@@ -115,6 +115,12 @@ module.exports = function (grunt) {
...
@@ -115,6 +115,12 @@ module.exports = function (grunt) {
src
:
"
**/images/*.*
"
,
src
:
"
**/images/*.*
"
,
dest
:
"
<%= global_config.dest %>/
"
dest
:
"
<%= global_config.dest %>/
"
},
},
favicon
:
{
expand
:
true
,
cwd
:
"
<%= global_config.src %>/
"
,
src
:
"
**/*.ico
"
,
dest
:
"
<%= global_config.dest %>/
"
},
rsvp
:
{
rsvp
:
{
// src: "node_modules/rsvp/dist/rsvp-2.0.4.min.js",
// src: "node_modules/rsvp/dist/rsvp-2.0.4.min.js",
src
:
"
<%= global_config.lib %>/rsvp.js
"
,
src
:
"
<%= global_config.lib %>/rsvp.js
"
,
...
...
dream/platform/src/index.html
View file @
4309aa4a
...
@@ -10,8 +10,6 @@
...
@@ -10,8 +10,6 @@
<link
rel=
"stylesheet"
href=
"css/jquery-ui-1.10.3.custom.min.css"
>
<link
rel=
"stylesheet"
href=
"css/jquery-ui-1.10.3.custom.min.css"
>
<link
rel=
"stylesheet"
href=
"css/demo-new.css"
>
<link
rel=
"stylesheet"
href=
"css/demo-new.css"
>
<link
rel=
"stylesheet"
href=
"css/font-awesome.css"
>
<link
rel=
"stylesheet"
href=
"css/font-awesome.css"
>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
type=
"image/x-icon"
>
<link
rel=
"icon"
href=
"favicon.ico"
type=
"image/x-icon"
>
</head>
</head>
<body
data-demo-id=
"flowchartConnectorsDemo"
data-library=
"jquery"
>
<body
data-demo-id=
"flowchartConnectorsDemo"
data-library=
"jquery"
>
...
...
dream/platform/src/favicon.ico
→
dream/platform/src
2/dream
/favicon.ico
View file @
4309aa4a
File moved
dream/platform/src2/dream/index.html
View file @
4309aa4a
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Dream Simulation
</title>
<title>
Dream Simulation
</title>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
>
<link
rel=
"stylesheet"
href=
"../<%= curl.jquerymobilecss.relative_dest %>"
>
<link
rel=
"stylesheet"
href=
"../<%= curl.jquerymobilecss.relative_dest %>"
>
<link
rel=
"stylesheet"
href=
"index.css"
/>
<link
rel=
"stylesheet"
href=
"index.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