Update deploy.factor files
parent
48d8d60c7c
commit
e967f98afd
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-globals? f }
|
{ strip-globals? f }
|
||||||
{ strip-word-props? f }
|
{ strip-word-props? f }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? f }
|
{ strip-word-names? f }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? f }
|
{ strip-word-names? f }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: tools.deploy ;
|
USING: tools.deploy.config ;
|
||||||
V{
|
V{
|
||||||
{ strip-word-props? t }
|
{ strip-word-props? t }
|
||||||
{ strip-word-names? t }
|
{ strip-word-names? t }
|
||||||
|
|
Loading…
Reference in New Issue