Skip to content

Commit

Permalink
Technical: Update to Vuetify 1.5.6, set debug/release server mode in …
Browse files Browse the repository at this point in the history
…config file
  • Loading branch information
valasek committed Mar 14, 2019
1 parent 46968af commit 04c3bc9
Show file tree
Hide file tree
Showing 9 changed files with 174 additions and 365 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,17 @@ general.log
*.sw*

# temporary build artifacts
build/*.*
build/client/*.*
build/client/dist/*
build/client/dist/*.*
build/client/dist/js/*.*
build/client/dist/css/*.*
build/data/*.*
build/data/exported/*.*
build/data/backups/*.*
build/*.*
build/data/uploaded/*.*
build/documentation/*.*
build/logs/*.*

# backup and log files
server/data/backups/*
Expand Down
4 changes: 3 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ IF EXIST .\build\timesheet-prod.yaml del .\build\timesheet-prod.yaml
IF EXIST .\build\MS_Windows_64bit.zip del .\build\MS_Windows_64bit.zip
IF EXIST .\build\Linux_64bit.zip del .\build\Linux_64bit.zip
IF EXIST .\build\Mac_OS_X_64bit.zip del .\build\Mac_OS_X_64bit.zip
IF EXIST .\build\documentation\documentation.md del .\build\documentation\documentation.md
IF EXIST .\build\logs\error.log del .\build\logs\error.log
IF EXIST .\build\logs\info.log del .\build\logs\info.log
IF EXIST .\build\client\dist\ @RD /S /Q .\build\client\dist
IF EXIST .\build\logs\ @RD /S /Q .\build\logs
del .\build\data\*.csv /F /Q

ECHO ======================
Expand Down
256 changes: 0 additions & 256 deletions build/documentation/documentation.md

This file was deleted.

Loading

0 comments on commit 04c3bc9

Please sign in to comment.