-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #589 from callmehiphop/gh-pages
Updated Enyo/Backbone lab to not remove the Learn sidebar.
- Loading branch information
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<html lang="en" data-framework="enyo"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Enyo & Backbone.js • TodoMVC</title> | ||
<link rel="stylesheet" href="bower_components/todomvc-common/base.css"> | ||
</head> | ||
<body class="enyo-unselectable"> | ||
<!-- Enyo comes with a build and deploy process that will minify and concatenate your files into 2 js files. One for enyo, and one for app code. For the purpose of demonstration, I used the debug loading library to handle the dependency management. The loader nagivates directories for package.js files and injects files they list into the DOM. --> | ||
<script src="bower_components/todomvc-common/base.js"></script> | ||
<script src="enyo/enyo.js"></script> | ||
<script src="js/package.js"></script> | ||
<body> | ||
<div id="todo-container" class="enyo-unselectable"> | ||
<!-- Enyo comes with a build and deploy process that will minify and concatenate your files into 2 js files. One for enyo, and one for app code. For the purpose of demonstration, I used the debug loading library to handle the dependency management. The loader nagivates directories for package.js files and injects files they list into the DOM. --> | ||
<script src="bower_components/todomvc-common/base.js"></script> | ||
<script src="enyo/enyo.js"></script> | ||
<script src="js/package.js"></script> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters