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

features/changes #1

Open
jonschlinkert opened this issue May 28, 2016 · 1 comment
Open

features/changes #1

jonschlinkert opened this issue May 28, 2016 · 1 comment

Comments

@jonschlinkert
Copy link
Contributor

  • scaffoldStream: instead of writing the files to the files system, we should just update a dest property or something similar on the file object, using resolved path information from the scaffold options. Then we can just return a source stream and use .dest() to write the files to the specified dests - or modify the dest if we want
  • ability to process specified targets on the scaffold. this would be easier if we handled the scaffold config internally and exposed a .generate method on the scaffold - which would take a target name and options, or a dest and a context, etc. we'll need to discuss
  • automatically create tasks from targets
@jonschlinkert
Copy link
Contributor Author

I think we should also have targets/scaffolds support the "conventional" assemble template collections: pages, partials, templates. so it would be easier to build boilerplates or complex things that have templates that need to be rendered

e.g somehow these things need to be able to find other templates and render them...

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

No branches or pull requests

1 participant