Skip to content

Instantly share code, notes, and snippets.

@elcascarudo-dev
Created May 11, 2020 11:40
Show Gist options
  • Save elcascarudo-dev/6ded184acd7159f76478bd3c9eb7fd3c to your computer and use it in GitHub Desktop.
Save elcascarudo-dev/6ded184acd7159f76478bd3c9eb7fd3c to your computer and use it in GitHub Desktop.
Compilar proyecto angular para ser publicado en GitHub Pages
ng build --prod --base-href "https://[usuario].github.io/[repositorio]/" --output-path=docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment