patching the manifest creation to allow network stuff

This commit is contained in:
Danny Yoo 2011-11-11 17:07:19 -05:00
parent 419bd89fc7
commit afaea74660

View File

@ -233,7 +233,9 @@
(for [(js-name (map file-name-from-path (reverse written-js-paths)))]
(fprintf op "~a\n" js-name))
(for [(resource-name written-resources)]
(fprintf op "~a\n" resource-name)))
(fprintf op "~a\n" resource-name))
(fprintf op "\n# All other resources (e.g. sites) require the user to be online.\nNETWORK:\n*\n"))
#:exists 'replace)
(define stop-time (current-inexact-milliseconds))