Closed seancorfield closed 8 years ago
Move everything from boot.new to boot.new.templates except the actual task. That would allow the task to move to boot.task.built-in with a couple of additional requires, and the rest of this project to just merge into the boot/core/src tree I think.
boot.new
boot.new.templates
boot.task.built-in
I suspect stencil should become a runtime dependency as part of the task itself.
stencil
Move everything from
boot.new
toboot.new.templates
except the actual task. That would allow the task to move toboot.task.built-in
with a couple of additional requires, and the rest of this project to just merge into the boot/core/src tree I think.