|
PreRelease
#Rules develop Foorum NAMEFoorum::Manual::PreRelease - things when release Before Release
# minify the javascript under root/static/js to root/static/js/min by L<JavaScript::Minifier> # minify the css under root/static/css to root/static/css/min by L<CSS::Minifier> # build docs from GoogleCode wiki by L<Text::GooglewikiFormat> # use L<Pod::From::GoogleWiki> to build Foorum::Manual:: # tranlate lib/Foorum/I18N/cn.po to lib/Foorum/I18N/tw.po and etc by L<Encode::HanConvert> # make all .pl .pm .t clean by L<Perl::Tidy> # use L<Perl::Critic> to all .pl .pm .t files. Release
# or 'nmake' under Win32 # just do those stuff as normal Perl distribution. |
► Sign in to add a comment