We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e50064 commit f5c79cfCopy full SHA for f5c79cf
heroku.sh
@@ -0,0 +1,14 @@
1
+#!/bin/bash
2
+
3
+rm -rf dist/ && \
4
+grunt build && \
5
+git checkout heroku && \
6
+cp dist/*.js . && \
7
+cp -r node_modules/grunt-docular/node_modules/docular/lib/webapp/* . && \
8
+cp -r node_modules/grunt-docular/node_modules/docular/lib/webapp/.htaccess . && \
9
+cp index.html index.php && \
10
+git add . && \
11
+git commit -m"Update to latest angular-gm release." && \
12
+git push heroku heroku:master && \
13
+git checkout master
14
0 commit comments