From a290354acd35cd1d68463192f97209f67e018049 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Sat, 21 Oct 2023 17:41:46 -0500 Subject: [PATCH 1/3] Add makefile Make dev builds easy --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dde639d --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + rm -rf out + mkdir out + python -m stigaview_static -o out products + cp -r static out/static From 3f7db6dc078c8772ad4bb1cc4c50e009c93efacd Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Sat, 21 Oct 2023 17:42:47 -0500 Subject: [PATCH 2/3] Update Editerconfig --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8b6442c..13d0b6d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,13 @@ root = true # Unix-style newlines with a newline ending every file -[*] +[**] end_of_line = lf insert_final_newline = true + +[Makefile] +indent_style = tab + +[**.py] +indent_size = 4 +indent_style = space From 4eeb1406097a880d4642e17b993f3ce71ec26d71 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Sat, 21 Oct 2023 17:43:07 -0500 Subject: [PATCH 3/3] Fix idea config --- .idea/misc.xml | 5 ++++- .idea/stigaview-static.iml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e5a3f9e..f935121 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ - + + + \ No newline at end of file diff --git a/.idea/stigaview-static.iml b/.idea/stigaview-static.iml index 28fffc9..19ad6fe 100644 --- a/.idea/stigaview-static.iml +++ b/.idea/stigaview-static.iml @@ -5,7 +5,7 @@ - +