webapps.mason: fix using
parent
39e0d40223
commit
2d81d082c6
|
@ -2,8 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays combinators db db.tuples furnace.actions
|
USING: accessors arrays combinators db db.tuples furnace.actions
|
||||||
http.server.responses kernel mason.platform mason.notify.server
|
http.server.responses kernel mason.platform mason.notify.server
|
||||||
math.order sequences sorting splitting xml.syntax xml.writer
|
mason.report math.order sequences sorting splitting xml.syntax
|
||||||
io.pathnames io.encodings.utf8 io.files ;
|
xml.writer io.pathnames io.encodings.utf8 io.files ;
|
||||||
IN: webapps.mason
|
IN: webapps.mason
|
||||||
|
|
||||||
: log-file ( -- path ) home "mason.log" append-path ;
|
: log-file ( -- path ) home "mason.log" append-path ;
|
||||||
|
|
Loading…
Reference in New Issue