Skip to content
Snippets Groups Projects
Commit dc69fb5d authored by Bjoern Kimminich's avatar Bjoern Kimminich
Browse files

Include YAML data files when packaging

Prepackaged deliverables of 7.0.0 and 7.0.1 will fail to start because `data/static/challenges.yml` and `users.yml` were missing.
parent ead307ba
Branches
Tags
No related merge requests found
......@@ -83,6 +83,7 @@ module.exports = function (grunt) {
'app/public/**',
'config/*.yml',
'data/*.js',
'data/static/*.yml',
'encryptionkeys/**',
'ftp/**',
'lib/*.js',
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment