-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Define the desired scope of recipes. Eg. for styles, do we want a single css recipe which supports less, sass, stylus etc. transformations or individual recipes for each?
Implications:
- how many recipes we have
- how big each recipe is
- task composition for several pre-processors resulting in a single file (eg. less + stylus -> css)
This applies to source tasks (css, js, templates...).