Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define Recipe Scope #6

Open
cesutherland opened this issue Dec 3, 2014 · 1 comment
Open

Define Recipe Scope #6

cesutherland opened this issue Dec 3, 2014 · 1 comment
Labels

Comments

@cesutherland
Copy link
Member

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...).

@cesutherland
Copy link
Member Author

We might take a hint from browserify which lets users choose their own transformations, but configure them declaratively using what is installed. See https://github.com/substack/node-browserify#browserifytransform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant