Skip to content
Extraits de code Groupes Projets
Valider 6f1b74b9 rédigé par Robin Millette's avatar Robin Millette
Parcourir les fichiers

insert bower deps into right files

parent 15dfacff
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
node_modules
dist
app/index2.html
app/index.html
app/a-propos.html
app/contact.html
......
......@@ -28,12 +28,13 @@ module.exports = function (grunt) {
content: {
title: 'SQIL',
active: '',
dev: true
dev: 'dev'
}
},
woot: {
files: {
'<%= config.app %>/index.html': 'templates/index.html.tpl',
// '<%= config.app %>/index.html': 'templates/index.html.tpl',
'<%= config.app %>/index2.html': 'templates/index2.html.tpl',
'<%= config.app %>/contact.html': 'templates/contact.html.tpl',
'<%= config.app %>/priorites.html': 'templates/priorites.html.tpl',
'<%= config.app %>/proposer.html': 'templates/proposer.html.tpl',
......@@ -126,6 +127,7 @@ module.exports = function (grunt) {
src: [
'.tmp',
'<%= config.app %>/index.html',
'<%= config.app %>/index2.html',
'<%= config.app %>/a-propos.html',
'<%= config.app %>/contact.html',
'<%= config.app %>/priorites.html',
......@@ -181,7 +183,9 @@ module.exports = function (grunt) {
// Automatically inject Bower components into the HTML file
bowerInstall: {
app: {
src: ['<%= config.app %>/index.html'],
// FIXME Vérifier si c'est une bonne idée:
src: ['templates/partials/top.html.tpl', 'templates/partials/bottom.html.tpl'],
// src: ['<%= config.app %>/index.html'],
ignorePath: '<%= config.app %>/'
}
},
......
Fichier déplacé
<head>
<meta charset="utf-8">
<title>{{title}} | Semaine québécoise de l'informatique libre (SQIL) 2014</title>
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootswatch/yeti/bootstrap.css">
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
<!-- build:js scripts/vendor/modernizr.js -->
<script src="bower_components/modernizr/modernizr.js"></script>
<!-- endbuild -->
</head>
<body>
<!doctype html>
<!--[if lt IE 7]> <html lang="fr" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="fr" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="fr" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="fr" class="no-js"> <!--<![endif]-->
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter