mirror of https://github.com/snachodog/mybuddy.git
Add Heroku post build step to create static files.
This commit is contained in:
parent
ac5387428e
commit
89ebf1845b
|
@ -36,5 +36,8 @@
|
||||||
"pump": "^1.0.2",
|
"pump": "^1.0.2",
|
||||||
"require-dir": "^0.3.2",
|
"require-dir": "^0.3.2",
|
||||||
"tempusdominus-bootstrap-4": "^5.0.0-alpha9"
|
"tempusdominus-bootstrap-4": "^5.0.0-alpha9"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"heroku-postbuild": "npm rebuild node-sass && gulp build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue