Skip to content
Snippets Groups Projects
Commit 59315c86 authored by Jan Mach's avatar Jan Mach
Browse files

Added WSGI script for Hawat into package binary folder.

(Redmine issue: #3387)
parent 43a61dcf
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,14 @@ module.exports = function(grunt) {
src: './mentat-*.py',
dest: '<%= project_paths.package_dir %><%= paths_deb.bin_dir %>'
},
// ----- Copy WSGI scripts to appropriate package location.
{
expand: true,
flatten: true,
cwd: 'bin/',
src: './*.wsgi',
dest: '<%= project_paths.package_dir %><%= paths_deb.bin_dir %>'
},
// ----- Copy libraries to appropriate package location.
{
expand: true,
......
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