Navigation Menu

Skip to content

Commit

Permalink
bumped version mentioned in README to 2.1.1. Enyo-DCO-1.1-Signed-off-…
Browse files Browse the repository at this point in the history
…by: Steve Hill <sghill.dev@gmail.com>
  • Loading branch information
sghill committed Dec 5, 2012
1 parent 9b39472 commit c4cb6db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -66,8 +66,8 @@ Here is an Enyo Hello World:
<html> <html>
<head> <head>
<title>Enyo</title> <title>Enyo</title>
<script src="enyojs/2.0/enyo.js" type="text/javascript"></script> <script src="enyojs/2.1.1/enyo.js" type="text/javascript"></script>
<link href="enyojs/2.0/enyo.css" rel="stylesheet" type="text/css" /> <link href="enyojs/2.1.1/enyo.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
<script type="text/javascript"> <script type="text/javascript">
Expand All @@ -77,7 +77,7 @@ Here is an Enyo Hello World:
</html> </html>
``` ```


This example loads an enyo.js build from _enyojs/2.0/_. If you downloaded the SDK you have a versioned build file. If you pulled from GitHub, you can either make your own build using a minify script in _enyo/source/minify_ (requires Node), or you can load directly from the source (_enyo/source/enyo.js_). Loading from source is also called 'debug loading' because the modules are loaded as individual files, which is easier for debugging, but much less efficient. This example loads an enyo.js build from _enyojs/2.1.1/_. If you downloaded the SDK you have a versioned build file. If you pulled from GitHub, you can either make your own build using a minify script in _enyo/source/minify_ (requires Node), or you can load directly from the source (_enyo/source/enyo.js_). Loading from source is also called 'debug loading' because the modules are loaded as individual files, which is easier for debugging, but much less efficient.


The base enyo.Control works much like an HTML tag. You can assign _classes_ and _attributes_ and give it a _style_. E.g. The base enyo.Control works much like an HTML tag. You can assign _classes_ and _attributes_ and give it a _style_. E.g.


Expand Down

0 comments on commit c4cb6db

Please sign in to comment.