Add Heroku post build step to create static files.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-23 05:13:26 -04:00
parent ac5387428e
commit 89ebf1845b
1 changed files with 3 additions and 0 deletions

View File

@ -36,5 +36,8 @@
"pump": "^1.0.2",
"require-dir": "^0.3.2",
"tempusdominus-bootstrap-4": "^5.0.0-alpha9"
},
"scripts": {
"heroku-postbuild": "npm rebuild node-sass && gulp build"
}
}