From: Jason Woofenden Date: Fri, 9 Jan 2015 02:20:25 +0000 (-0500) Subject: metaform: fix download_tar() (stylus not less) X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=eecd5e3576866afc8091abe9b74352130fd8e6cc metaform: fix download_tar() (stylus not less) --- diff --git a/metaform.php b/metaform.php index 5416b94..c20701c 100644 --- a/metaform.php +++ b/metaform.php @@ -600,7 +600,7 @@ function download_tar() { "INSTALL" => read_whole_file('code/wfpl/metaform/INSTALL'), ".htaccess" => make_htaccess(), "run.php" => " read_whole_file('code/wfpl/metaform/style.less'), + "styl.styl" => read_whole_file('code/wfpl/metaform/styl.styl'), "template.html" => read_whole_file('code/wfpl/metaform/site-template.html'), "$admin_name.html" => make_html(), "$admin_name.php" => make_php());