There currently isn't a good way to build funnies in the background as one works. Ideally, we'd have a workflow where one runs gulp watch and as gulp sees changes to the filesystem it would automatically build any changes.
What's involved:
Add a gulp task called watch that when invoked watches for filesystem changes and rebuilds.
Use something like watchify to take advantage of delta updates to make the build process happen faster.
There currently isn't a good way to build funnies in the background as one works. Ideally, we'd have a workflow where one runs
gulp watch
and as gulp sees changes to the filesystem it would automatically build any changes.What's involved:
watch
that when invoked watches for filesystem changes and rebuilds.watchify
to take advantage of delta updates to make the build process happen faster.Thanks for taking a look!