diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-01 11:53:40 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-01 11:53:40 -0400 |
| commit | cd8c6114229a5f725bd1818f1fc2d0538c40f486 (patch) | |
| tree | 8b2bab91040caffb3cabee8f5499f9132b376806 /doc/forum/property_combinator_ordering.mdwn | |
| parent | b66c52676142fcfcba84da7852d62d69b8361826 (diff) | |
add question (taken from email) and answer
Diffstat (limited to 'doc/forum/property_combinator_ordering.mdwn')
| -rw-r--r-- | doc/forum/property_combinator_ordering.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/property_combinator_ordering.mdwn b/doc/forum/property_combinator_ordering.mdwn new file mode 100644 index 00000000..25549bb4 --- /dev/null +++ b/doc/forum/property_combinator_ordering.mdwn @@ -0,0 +1,8 @@ +when I write + + setDistribution cfg = f `File.hasContent` cfg + `onChange` update + `requires` File.dirExists confDir + +is update called before ensuring the confiDir Exist ? +It seems to me but who knows ? |
