Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 888 Bytes

#GWT Documentation

##Reference

##Adding content

##Building

If you have Grunt installed :

  • build the assets using Grunt: grunt
  • then run: mvn clean install
  • after that you will find the generated documentation in target/generated-site/.

If you don't have Grunt installer :

  • build the assets using Maven and Grunt plugin: mvn clean install -Pgrunt
  • after that you will find the generated documentation in target/generated-site/.

###Running locally Run the site locally for easy visual testing

  • Change to the target/generated-site folder.
  • Open the index.html file in your browser.
  • Additionally, you could run any local HTTP server in this folder.