Skip to content
Snippets Groups Projects
Commit c0f8534c authored by Jared Hancock's avatar Jared Hancock
Browse files

Add files new to 1.7.1 to the download package

 * web.config
 * pages/{.htaccess,index.php}

Fixes #667
parent 3e871610
No related branches found
No related tags found
No related merge requests found
......@@ -84,13 +84,15 @@ mkdir($stage_path . '/upload');
# Load the root directory files
package("*.php", 'upload/');
package("web.config", 'upload/');
# Load the client interface
foreach (array('assets','css','images','js') as $dir)
package("$dir/*", "upload/$dir", -1, "*less");
# Load API
# Load API and pages
package('api/{,.}*', 'upload/api');
package('pages/{,.}*', 'upload/pages');
# Load the knowledgebase
package("kb/*.php", "upload/kb");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment