pub serve

This commit is contained in:
thosakwe 2017-02-12 19:07:44 -05:00
parent 4453f7107b
commit 443b01b485
4 changed files with 2 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View file

@ -87,3 +87,4 @@ fabric.properties
logs/
*.pem
.DS_Store

1
.vscode/tasks.json vendored
View file

@ -17,6 +17,7 @@
{
"taskName": "pub:serve",
"suppressTaskName": true,
"isBackground": true,
"args": [
"serve"
]

BIN
web/.DS_Store vendored

Binary file not shown.