We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snowman should support live reloading and the Livereload Protocol/Client . The new command ´snowman watch´ should:
Implementation steps:
snowman clean
snowman build
snowman server
static
Reference:
The text was updated successfully, but these errors were encountered:
snowman watch
No branches or pull requests
Snowman should support live reloading and the Livereload Protocol/Client . The new command ´snowman watch´ should:
Implementation steps:
snowman clean
and bundle it withsnowman build
#3snowman server
#4snowman build
should be able to build only static files when given thestatic
flag #23snowman build
should be able to build only static files when given thestatic
flag #23Reference:
The text was updated successfully, but these errors were encountered: