Skip to content

Instantly share code, notes, and snippets.

@lprimak
Last active May 25, 2023 02:18
Show Gist options
  • Save lprimak/7fbc889129e365dbcb8a914fe55c2204 to your computer and use it in GitHub Desktop.
Save lprimak/7fbc889129e365dbcb8a914fe55c2204 to your computer and use it in GitHub Desktop.
JBake development mode
JBake:
$ jbake -b -s . jbake-maven/target/output
JBake (docs)
$ jbake -b -s docs docs/jbake-maven/target/output
$ mvnd generate-resources -Dsass.skip -f jbake-maven
Sass:
$ sass herobiz-website-template/assets/scss:jbake-maven/target/output/css -w --embed-sources
$ mvnd generate-resources -Dsass.root=herobiz-website-template -Dsass.dir=scss -Djbake.skip -f jbake-maven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment