]> iEval git - plack-app-gruntmaster.git/blobdiff - gruntmaster-paged
Add article support
[plack-app-gruntmaster.git] / gruntmaster-paged
index 0bb9653d34d0743cebad249df1ee9b3e3224591d..2dd5001ae973ce4c189a5889431b2a886e7e4a5c 100755 (executable)
@@ -5,6 +5,8 @@ use Gruntmaster::Data qw/SUBSCRIBE WAIT_FOR_MESSAGES/;
 use Gruntmaster::Page;
 
 SUBSCRIBE 'genpage', \&Gruntmaster::Page::generate;
+SUBSCRIBE 'gensrc', \&Gruntmaster::Page::gensrc;
+SUBSCRIBE 'genarticle', \&Gruntmaster::Page::generate;
 WAIT_FOR_MESSAGES 86400 while 1;
 
 1;
This page took 0.019348 seconds and 4 git commands to generate.