diff --git a/my_modules/README.md b/my_modules/README.md index 1c17a1705..8b2e96a90 100644 --- a/my_modules/README.md +++ b/my_modules/README.md @@ -1,7 +1,8 @@ -Private Node Modules +PCjs Node Modules === -**my_modules** contains all the *private* **PCjs** Node modules. It is the counterpart to -**node_modules**, where all the *public* Node modules are installed. Only private Node modules are checked -into GitHub; if any of these are later published on [npmjs.org](http://npmjs.org), then they will -be moved to **node_modules** and removed from this folder. +This folder contains all the **PCjs** JavaScript source code, organized into Node modules. It is the counterpart to +[node_modules](../node_modules/), where all the *public* Node modules are installed. + +Only private Node modules are checked into this project. If any of these modules are later published on +[npmjs.org](http://npmjs.org), then they will be moved to [node_modules](../node_modules/) and removed from this folder. diff --git a/my_modules/grunts/README.md b/my_modules/grunts/README.md new file mode 100644 index 000000000..9930cf7a2 --- /dev/null +++ b/my_modules/grunts/README.md @@ -0,0 +1,17 @@ +Experimental Grunt Tasks +=== + +I experimented briefly with a few Grunt tasks, but working with Grunt wasn't all that pleasant, +and neither of these tasks are all that important right now, so they're only here for a rainy day or +to be cannibalized for some other purpose. + +[manifester](manifester/) was intended to open a manifest.xml file (discussed in more detail [here](/apps/)) +and download all the referenced files. The task was inspired by `npm install`, which downloads all the required +modules specified in [package.json](/package.json) without requiring them to be checked into the project. +However, the manifest design needs to be fleshed out more before work on this continues. + +[prepjs](prepjs/) was intended to inline well-defined constants in all JavaScript files before running them +through the Closure Compiler, but it turned out that: + +- the Grunt task would quickly run out of memory +- the Closure Compiler actually did a pretty good job inlining all by itself diff --git a/my_modules/htmlout/bin/delete_indexes.sh b/my_modules/htmlout/bin/delete_indexes.sh index a09b11322..30ce404b5 100755 --- a/my_modules/htmlout/bin/delete_indexes.sh +++ b/my_modules/htmlout/bin/delete_indexes.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# This script was created for the Grunt "delete_indexes" task in /Gruntfile.js; it lives here +# This script was created for the Grunt "delete-indexes" task in /Gruntfile.js; it lives here # because htmlout is the module responsible for "littering" the project with "index.html" files, # therefore it bears responsibility for cleaning them up. This is its "poor man's" solution. # -find . -name "index.html" -exec grep -H -l -e "