1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 09:45:15 +01:00

Deletes static files first

This commit is contained in:
Amir Raminfar
2018-11-19 07:48:55 -08:00
parent 929f8c19f8
commit 875e17717e
2 changed files with 4 additions and 9 deletions

View File

@@ -4,19 +4,13 @@ root = true
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.sh]
indent_size = 2
[*.js]
indent_size = 2
[*.vue]
indent_size = 2
[*.go]
indent_size = 4
[Makefile]
indent_style = tab

View File

@@ -1,5 +1,6 @@
before:
hooks:
- rm -rf static
- npm run build
- packr
builds: