my_modules is simply modules now
This commit is contained in:
parent
295ab39024
commit
e0012c3c62
139 changed files with 187 additions and 197 deletions
|
|
@ -1,12 +1,12 @@
|
|||
Build Tools
|
||||
---
|
||||
This is where all the server-side PHP code used to reside. I've since deleted that code from the project,
|
||||
because it's all been ported to JavaScript as a collection of [Node Modules](/my_modules/); e.g.:
|
||||
because it's all been ported to JavaScript as a collection of [Node Modules](/modules/); e.g.:
|
||||
|
||||
- [HTMLOut](/my_modules/htmlout/)
|
||||
- [MarkOut](/my_modules/markout/)
|
||||
- [DiskDump](/my_modules/diskdump/)
|
||||
- [FileDump](/my_modules/filedump/)
|
||||
- [HTMLOut](/modules/htmlout/)
|
||||
- [MarkOut](/modules/markout/)
|
||||
- [DiskDump](/modules/diskdump/)
|
||||
- [FileDump](/modules/filedump/)
|
||||
|
||||
All that remains here is the version of Google's Closure Compiler (and its associated [README](README)) used
|
||||
to build the client-side JavaScript files -- not because I have any attachment to this particular version, but because
|
||||
|
|
|
|||
Loading…
Reference in a new issue