racket/new-racket-web/web/common
Eli Barzilay 70078746fa Add copying of all files under "common/resources" as resources.
Note that they're all copied "flatly" into the toplevel web directory.
There is no problem with overwriting, since if a resource file is
rendered twice the renderer will throw an error.  There shouldn't be too
many chances for such clashes since each kind of resource has a unique
suffix, but if this happens it's easy to change `copydir/flat' to copy
files using their paths, or something similar (like copying "x/y.z" to
"x-y.z").  In that case references to these resources should change too.

Also move the logo and favicon files to that directory instead of
copying them individually.
2014-03-01 19:55:56 -07:00
..
resources Add copying of all files under "common/resources" as resources. 2014-03-01 19:55:56 -07:00
distribute.rkt Copied the web directory to work on it locally. 2014-03-01 19:55:52 -07:00
extras.rkt Copied the web directory to work on it locally. 2014-03-01 19:55:52 -07:00
layout.rkt Major simplification of site resources. 2014-03-01 19:55:56 -07:00
links.rkt Copied the web directory to work on it locally. 2014-03-01 19:55:52 -07:00
main.rkt Copied the web directory to work on it locally. 2014-03-01 19:55:52 -07:00
resources.rkt Add copying of all files under "common/resources" as resources. 2014-03-01 19:55:56 -07:00
utils.rkt Simplify code around resources. 2014-03-01 19:55:56 -07:00