fixes for older mojolicious on production
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 7 Jan 2013 23:24:36 +0000 (00:24 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 7 Jan 2013 23:24:36 +0000 (00:24 +0100)
angular-server.pl
public [new symlink]

index f4d94b0..323aa98 100755 (executable)
@@ -8,7 +8,7 @@ use Mojo::UserAgent;
 
 sub new_uuid { Time::HiRes::time * 100000 }
 
-push @{app->static->paths}, 'app'; # default angular-seed app directory
+#push @{app->static->paths}, 'app'; # default angular-seed app directory
 
 
 my $couchdb = $ENV{COUCHDB} || 'http://localhost:5984';
diff --git a/public b/public
new file mode 120000 (symlink)
index 0000000..7a0b7f0
--- /dev/null
+++ b/public
@@ -0,0 +1 @@
+app
\ No newline at end of file