Move grunt + other stuff to root + update all tasks paths, change autoprefixer-core for autoprefixer

This commit is contained in:
Antoine Boulanger
2015-09-10 14:59:43 -04:00
parent efd5f9b8b6
commit 842efd2e00
28 changed files with 209 additions and 99 deletions

24
www/index.html Normal file
View File

@@ -0,0 +1,24 @@
<!doctype html>
<!--[if lte IE 9]> <html lang="fr" class="ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="fr"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#f2f2f2">
<title>Boilerplate</title>
<link rel="apple-touch-icon" href="modules/boilerplate/assets/images/apple-touch-icon.png">
<link rel="icon" href="modules/boilerplate/assets/images/favicon.png">
<link rel="stylesheet" href="modules/boilerplate/assets/styles/dist/main.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="modules/boilerplate/assets/scripts/dist/jquery-1.11.3.min.js"><\/script>')</script>
<script src="modules/boilerplate/assets/scripts/dist/vendors.js"></script>
<script src="modules/boilerplate/assets/scripts/dist/app.js"></script>
</body>
</html>