Skip to content

Commit

Permalink
feat(dev): serve content locally
Browse files Browse the repository at this point in the history
* feat(dev): serve storage locally

* feat(upload): add -m flag to rsync

* feat(stories): add youtube videos

* fix(linting): fix a linitng erroro
  • Loading branch information
pmast committed Jul 14, 2020
1 parent 1eff332 commit 09668d9
Show file tree
Hide file tree
Showing 11 changed files with 328 additions and 851 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"globals": {
"INFO_BUILD_TIME": true,
"INFO_GIT_HASH": true,
"INFO_VERSION": true
"INFO_VERSION": true,
"PRODUCTION": true
},
"overrides": [
{
Expand Down
Loading

0 comments on commit 09668d9

Please sign in to comment.