Merge branch 'master' of github.com:standardnotes/web

This commit is contained in:
Mo Bitar
2018-09-03 18:56:57 -05:00
3 changed files with 3659 additions and 1889 deletions

View File

@@ -1,6 +1,6 @@
###
# Build with 'docker build -t standard_notes_web.img .'
# Run with 'docker run -d -p 127.0.0.1:3000:3000 --name standard_notes_web --restart always standard_notes.img'
# Run with 'docker run -d -p 127.0.0.1:3000:3000 --name standard_notes_web --restart always standard_notes_web.img'
# If you need shell access, run 'docker exec -it standard_notes_web /bin/sh'
# Access from http://localhost:3000/
# Set up Nginx to terminate SSL with LetsEncrypt and proxy_pass to http://localhost:3000/

5544
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@
"grunt-newer": "^1.2.0",
"grunt-ng-annotate": "^3.0.0",
"jasmine": "^2.5.3",
"karma": "^1.4.0",
"karma": "^2.0.5",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",