Created
December 10, 2017 12:44
-
-
Save guilatrova/15d25053a2c6b7d3fdb5c8b763abdc10 to your computer and use it in GitHub Desktop.
Latrova Commits Deploy /dist to Heroku with buildpack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
node_modules | |
#dist folder | |
#dist <- Commented, you can remove this line if you will | |
# IDEA/Webstorm project files | |
.idea | |
*.iml | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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