Skip to content

Commit

Permalink
Merge pull request #23 from creative-resort/patch-2
Browse files Browse the repository at this point in the history
added project directory structure info
  • Loading branch information
jonnitto authored Apr 6, 2022
2 parents 9098f26 + 332f8f6 commit 6e66cdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ If you want to make some significant adjustments to the build stack, you can als

## Add files to the build stack

Carbon.Pipeline assumes the following project directory structure for resources:

A configured location under

* `Resources/Private`: input files
* `Resources/`: output files

The whole configuration, including which files to build, is configured in [`pipeline.yaml`]. The default values are set in [`defaults.yaml`] and merged with your configuration. Under the key `packages`, you can either add an array with package settings or, if you have just one entry, you can directly add the configuration:

```yaml
Expand Down

0 comments on commit 6e66cdb

Please sign in to comment.