Skip to content
Snippets Groups Projects
Commit 7f31057f authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Correcting file permissions.

parent 11eee163
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
...@@ -173,7 +173,7 @@ gulp.task('fonts', function copy () { ...@@ -173,7 +173,7 @@ gulp.task('fonts', function copy () {
// Run Djangos collectstatic command. // Run Djangos collectstatic command.
gulp.task('collectstatic', function (collect) { gulp.task('collectstatic', function (collect) {
exec('python manage.py collectstatic --no-post-process --noinput -v0', function (err, stdout, stderr) { exec('python manage.py collectstatic --no-post-process --noinput --verbosity 0', function (err, stdout, stderr) {
collect(err); collect(err);
}); });
}); });
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
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