-
-
Notifications
You must be signed in to change notification settings - Fork 0
Runner: One-off builds #269
Copy link
Copy link
Open
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviour
Type
Fields
Give feedbackNo fields configured for Feature.
Now I've switched to the symlink option by default for directories like asset or data, if there are a lot of operations on that directory, it triggers the build again. It would be useful to specify build tasks that are only one-off, to be ran once on a
--watchprocess.Something like...
{ "data/**/*": { "require": { "vendor/bin/sync": ">=1.3.0" }, "execute": { "command": "vendor/bin/sync", "arguments": ["./asset", "./www/asset", "--symlink"] }, "options": { "run-once": true } } }"run-once": trueor"repeat": "once". Something like that.