diff options
author | Max Wu | 2017-01-21 14:31:41 +0800 |
---|---|---|
committer | GitHub | 2017-01-21 14:31:41 +0800 |
commit | 6dfc186691df7b5c63af2ee5eb28cd1e1919050c (patch) | |
tree | 58c36e54788224c8ee4ee803a6a3b2c1dbd7b8b2 /bin/heroku | |
parent | fc00fa74341a43b2f99b085aa52fee57f40082ff (diff) | |
parent | 0e479111e55354434b5100ae165627f5fabe06b5 (diff) |
Merge pull request #326 from hackmdio/es6-integration
ES6 integration
Diffstat (limited to '')
-rwxr-xr-x | bin/heroku | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -28,8 +28,6 @@ EOF EOF - cp public/js/config.js.example public/js/config.js - # build app - npm run build:prod + npm run build fi |