JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fix download_tar() (stylus not less)
authorJason Woofenden <jason@jasonwoof.com>
Fri, 9 Jan 2015 02:20:25 +0000 (21:20 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 9 Jan 2015 02:20:25 +0000 (21:20 -0500)
metaform.php

index 5416b94..c20701c 100644 (file)
@@ -600,7 +600,7 @@ function download_tar() {
                "INSTALL" => read_whole_file('code/wfpl/metaform/INSTALL'),
                ".htaccess" => make_htaccess(),
                "run.php" => "<?php\n\nrequire_once(__DIR__ . '/code/wfpl/run.php');\n",
-               "style.less" => 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());