README
Broccoli Watched Tree
This is useful if you would like to use a given directory to trigger rebuilds, but do not need to use any files from it directly.
Broccoli utlility for creating Trees for directories to be watched but not generate any files.
<script type="module">
import broccoliWatchedTree from 'https://cdn.skypack.dev/broccoli-watched-tree';
</script>
This is useful if you would like to use a given directory to trigger rebuilds, but do not need to use any files from it directly.