dashboards as cfg: include cfg files in dist packages

This commit is contained in:
bergquist
2017-12-05 15:44:10 +01:00
parent 1dfa529941
commit 361acd3fa1
13 changed files with 47 additions and 18 deletions

View File

@ -26,7 +26,7 @@ module.exports = function(grunt) {
});
grunt.config('copy.backend_files', {
expand: true,
src: ['conf/*', 'vendor/phantomjs/*', 'scripts/*'],
src: ['conf/**', 'vendor/phantomjs/*', 'scripts/*'],
options: { mode: true},
dest: '<%= tempDir %>'
});