patching the manifest creation to allow network stuff
This commit is contained in:
parent
419bd89fc7
commit
afaea74660
|
@ -233,7 +233,9 @@
|
||||||
(for [(js-name (map file-name-from-path (reverse written-js-paths)))]
|
(for [(js-name (map file-name-from-path (reverse written-js-paths)))]
|
||||||
(fprintf op "~a\n" js-name))
|
(fprintf op "~a\n" js-name))
|
||||||
(for [(resource-name written-resources)]
|
(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)
|
#:exists 'replace)
|
||||||
(define stop-time (current-inexact-milliseconds))
|
(define stop-time (current-inexact-milliseconds))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user