openstax / poet

VSCode Extension to edit OpenStax books
https://gitpod.io/#https://github.com/openstax/poet
GNU Affero General Public License v3.0
2 stars 5 forks source link

2216 handle directory creation #196

Closed TylerZeroMaster closed 4 months ago

TylerZeroMaster commented 5 months ago

part of openstax/ce#2216

Directory events are separate from file events. When a directory is created, that results in a single event for the directory itself. For poet, this can create issues because copying a module directory, for example, will not result in a new page node being created.