drogonframework / drogonframework/drogon

Improve CSP Generation

Open
#336 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
14.3k
Forks
1.4k
Avg merge
1d 13h
Merged PRs (30d)
14

Description

When using CSP, the `drogon_ctl` command creates its build artifacts in the same directory as the `*.csp` files. This is quite annoying, because it pollutes a directory that is supposed to be part of the source files. For example when I have a template called `About.csp`, I get the following files as a result:

* `About.cc`
* `About.h`
* `About.so`
* `About.so.dSYM/`

As these files aren’t meant to be user-editable, I would greatly prefer to have them reside in a completely different directory.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.