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

Proceeding with ES6 modules (with the help of Browserify)

- Added necessary grunt tasks and npm packages
- Concept of Global functions to be revised
This commit is contained in:
dominiclord
2015-12-08 12:35:32 -05:00
parent 581da4d658
commit 39d10692b3
17 changed files with 271 additions and 166 deletions

View File

@@ -1,6 +1,6 @@
<!doctype html>
<!--[if lte IE 9]> <html lang="fr" class="ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="fr"> <!--<![endif]-->
<!--[if gt IE 9]><!--> <html lang="fr" data-template="generic"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -14,7 +14,7 @@
<link rel="stylesheet" href="modules/boilerplate/assets/styles/dist/main.css">
</head>
<body>
<body data-widget="generic">
<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>