1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Move src assets files out of dist folder, clean up grunt and related files, separate functions and mixins scss...

This commit is contained in:
Antoine Boulanger
2016-03-11 11:02:59 -05:00
parent f9358916d5
commit 9ccc53de8a
62 changed files with 123 additions and 1250 deletions

View File

@@ -12,15 +12,15 @@
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
<link rel="icon" href="assets/images/favicon.png">
<link rel="stylesheet" href="assets/styles/dist/main.css">
<link rel="stylesheet" href="assets/styles/main.css">
</head>
<body>
<h1 data-module="Generic, Title">Locomotive boilerplate</h1>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/dist/jquery-2.2.0.min.js"><\/script>')</script>
<script src="assets/scripts/dist/vendors.js"></script>
<script src="assets/scripts/dist/app.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-2.2.1.min.js"><\/script>')</script>
<script src="assets/scripts/vendors.js"></script>
<script src="assets/scripts/app.js"></script>
</body>
</html>