Skip to content

Instantly share code, notes, and snippets.

@guilatrova
Created December 10, 2017 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilatrova/15d25053a2c6b7d3fdb5c8b763abdc10 to your computer and use it in GitHub Desktop.
Save guilatrova/15d25053a2c6b7d3fdb5c8b763abdc10 to your computer and use it in GitHub Desktop.
Latrova Commits Deploy /dist to Heroku with buildpack
...
node_modules
#dist folder
#dist <- Commented, you can remove this line if you will
# IDEA/Webstorm project files
.idea
*.iml
...
{
"root": "dist/",
"clean_urls": true,
"routes": {
"/*.js": "/",
"/*.css": "/",
"/*.map": "/",
"/*.ico": "/",
"/**": "index.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment