Skip to content

Commit 13c96b3

Browse files
committed
...
1 parent db2d3b0 commit 13c96b3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
release:
3-
haxe build.hxml --no-traces
3+
haxe app.hxml --no-traces
4+
haxe web.hxml --no-traces
45
mv bin drylungs_at
5-
zip -r drylungs_at.zip drylungs_at
6+
zip -r drylungs_at.zip drylungs_at -x drylungs_at/dev/**\*
67
mv drylungs_at bin
78

89
deploy:

app.hxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
-cp src
55
-dce full
66
-debug
7-
-D version=0.0.1
7+
-D version=0.0.2
88
#-cmd mkdir -p bin/.update && chmod -R 777 bin/.update
99
#-cmd mkdir -m 0777 -p bin/.update

src/drylungs/web/Root.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ class Root {
1313
}
1414
}
1515

16+
/*
1617
function doAdmin__( d : Dispatch ) {
1718
d.dispatch( new drylungs.web.Admin() );
1819
}
20+
*/
1921

2022
function doFeed( d : Dispatch ) {
2123
d.dispatch( new drylungs.web.Feed() );

web.hxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-cp src
77
-dce full
88
-debug
9-
-D version=0.0.1
9+
-D version=0.0.2
1010

1111
-resource res/html/about.html@about
1212
-resource res/html/error.html@error

0 commit comments

Comments
 (0)