Commit 4309aa4a authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

Migrate favicon

parent a9d31fd3
......@@ -115,6 +115,12 @@ module.exports = function (grunt) {
src: "**/images/*.*",
dest: "<%= global_config.dest %>/"
},
favicon: {
expand: true,
cwd: "<%= global_config.src %>/",
src: "**/*.ico",
dest: "<%= global_config.dest %>/"
},
rsvp: {
// src: "node_modules/rsvp/dist/rsvp-2.0.4.min.js",
src: "<%= global_config.lib %>/rsvp.js",
......
......@@ -10,8 +10,6 @@
<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/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>
<body data-demo-id="flowchartConnectorsDemo" data-library="jquery">
......
......@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dream Simulation</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="../<%= curl.jquerymobilecss.relative_dest %>">
<link rel="stylesheet" href="index.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