File tree 2 files changed +5
-28
lines changed
2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,17 @@ This web project has the following setup:
2
2
3
3
* www/ - the web assets for the project
4
4
* index.html - the entry point into the app.
5
- * js/
6
- * app.js - the top-level config script used by index.html
7
- * app/ - the directory to store project-specific scripts.
8
- * lib/ - the directory to hold third party scripts.
5
+ * app.js - the top-level config script used by index.html
6
+ * app/ - the directory to store project-specific scripts.
7
+ * lib/ - the directory to hold third party scripts.
9
8
* tools/ - the build tools to optimize the project.
10
9
11
10
To optimize, run:
12
11
13
- volo build
14
-
15
- This will run the "build" command in the volofile that is in this directory.
12
+ node tools/r.js -o tools/build.js
16
13
17
14
That build command creates an optimized version of the project in a
18
- ** www-built** directory. The js/ app.js file will be optimized to include
15
+ ** www-built** directory. The app.js file will be optimized to include
19
16
all of its dependencies.
20
17
21
18
For more information on the optimizer:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments