Skip to content

Commit

Permalink
Upgrade from Sencha Touch b2 to b3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Feb 16, 2012
1 parent 27d7240 commit ac76945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hosted.html
Expand Up @@ -2,9 +2,9 @@
<html> <html>
<head> <head>
<title>Sencha Touch Boilerplate</title> <title>Sencha Touch Boilerplate</title>
<link rel="stylesheet" href="http://dev.sencha.com/deploy/sencha-touch-2-b2/resources/css/sencha-touch.css" type="text/css"> <link rel="stylesheet" href="http://dev.sencha.com/deploy/sencha-touch-2-b3/resources/css/sencha-touch.css" type="text/css">


<script type="text/javascript" src="http://dev.sencha.com/deploy/sencha-touch-2-b2/builds/sencha-touch-all-debug.js"></script> <script type="text/javascript" src="http://dev.sencha.com/deploy/sencha-touch-2-b3/builds/sencha-touch-all-debug.js"></script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
Ext.Loader.setConfig({enabled: true}); Ext.Loader.setConfig({enabled: true});
</script> </script>
Expand Down
6 changes: 3 additions & 3 deletions touch/README.md
@@ -1,11 +1,11 @@
Installing Sencha Touch Installing Sencha Touch
----------------------- -----------------------


[Download the Sencha Touch SDK][sdk], and unzip the archive. Assuming that you've saved the SDK into your downloads folder (`~/Downloads/sencha-touch-2-b2`), you can run the following commands in the terminal: [Download the Sencha Touch SDK][sdk], and unzip the archive. Assuming that you've saved the SDK into your downloads folder (`~/Downloads/sencha-touch-2-b3`), you can run the following commands in the terminal:


cd path/to/Sencha-Touch-Boilerplate cd path/to/Sencha-Touch-Boilerplate
cp -R ~/Downloads/sencha-touch-2-b2/{*.js,src,resources} touch/ cp -R ~/Downloads/sencha-touch-2-b3/{*.js,src,resources} touch/


This copies only the parts that we need from the Sencha Touch SDK into the `touch/` directory. This copies only the parts that we need from the Sencha Touch SDK into the `touch/` directory.


[sdk]: http://www.sencha.com/products/touch/download/ [sdk]: http://www.sencha.com/products/touch/download/

0 comments on commit ac76945

Please sign in to comment.