snowman build
should be able to build only static files when given the static
flag
#23
Labels
🏅 enhancement
New feature or request
Milestone
snowman build --static
should build only the static files because as a developer I often work on issues only affecting client-side CSS and JavaScript and I want to avoid long build times when I work on large sites. Part of #2.Implementation notes
While the current implementation just deletes and copies the static files as-is we cant do the same here. Because a file might have been deleted we need to be able to remember past files so that we can selective delete them if needed.
These features should be in a non-cmd package to ensure they can be used in #2.
The text was updated successfully, but these errors were encountered: