You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,24 @@ The most important part is the app.js file, which specifies the [shim configurat
8
8
###File structure
9
9
10
10
- tools/
11
-
build.js
12
-
r.js
11
+
-build.js
12
+
-r.js
13
13
14
14
- www/
15
-
app.html
16
-
js/
17
-
app.js
18
-
lib/
19
-
jquery.js
20
-
jquery.alpha.js
21
-
jquery.beta.js
22
-
require.js
23
-
app/
24
-
main.js
15
+
-app.html
16
+
-js/
17
+
-app.js
18
+
-lib/
19
+
-jquery.js
20
+
-jquery.alpha.js
21
+
-jquery.beta.js
22
+
-require.js
23
+
-app/
24
+
-main.js
25
25
26
26
###How to see it in action
27
27
28
-
Just serve up the www/ folder using any web server you'd like. If you have python installed, an easy way is to navigate into the www/ directory and type `python -m SimpleHttpServer`
28
+
Just serve up the www/ folder using any web server you'd like. If you have python installed, an easy way is to navigate into the www/ directory and type `python -m SimpleHTTPServer`
29
29
30
30
###How to optimize ut using r.js
31
31
To use the optimizer, you need [node.js](http://nodejs.org) or Java 6 installed. These instructions assume Node is being used. See the [Optimization page](http://requirejs.org/docs/optimization.html]for more information.
0 commit comments