Skip to content

Commit 219b147

Browse files
committed
flatten directory structure
1 parent d3842be commit 219b147

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ This web project has the following setup:
22

33
* www/ - the web assets for the project
44
* 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.
98
* tools/ - the build tools to optimize the project.
109

1110
To optimize, run:
1211

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
1613

1714
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
1916
all of its dependencies.
2017

2118
For more information on the optimizer:

volofile

-20
This file was deleted.

0 commit comments

Comments
 (0)