be more lenient with `raco pollen render` input (fixes #173)

pull/174/head
Matthew Butterick 6 years ago
parent 5ae7e6bb52
commit a3f1142dc6

@ -126,7 +126,7 @@ version print the version" (current-server-port) (make-publish-di
(render-one-dir (->complete-path path))))))]
[else ;; path mode
(displayln (format "rendering ~a" (string-join (map ->string path-args) " ")))
(apply render-batch path-args)])))
(apply render-batch (map very-nice-path path-args))])))
(define (handle-start)

@ -1 +1 @@
1521423799
1522128018

Loading…
Cancel
Save