Skip to content

Commit

Permalink
Merge pull request #14 from mcmillen/patch-1
Browse files Browse the repository at this point in the history
fix "spritegoup" typo in docs
  • Loading branch information
Martenfur authored Nov 18, 2020
2 parents 843cbaa + 2b662f1 commit a66c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ There is also an optional `watch` parameter. Its usage looks like this:
}
}
```
With `watch` parameter present, all the `.spritegoup` files will be built by Pipeline Tool, if any `.png` or `.json` file will be changed. Note that all the paths listed in `watch` are relative to the main `path`, so final paths will look like this: `Graphics/Default/*.png`.
With `watch` parameter present, all the `.spritegroup` files will be built by Pipeline Tool, if any `.png` or `.json` file will be changed. Note that all the paths listed in `watch` are relative to the main `path`, so final paths will look like this: `Graphics/Default/*.png`.

But that's not all. Nopipeline also provides an extended reference management. Add `references` section into your `.npl` config like this:

Expand Down

0 comments on commit a66c671

Please sign in to comment.