Skip to content

Commit

Permalink
Merge pull request #43 from Mab879/add_makefile
Browse files Browse the repository at this point in the history
Development Improvments
  • Loading branch information
Mab879 authored Oct 22, 2023
2 parents 2a09741 + 4eeb140 commit de46709
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/stigaview-static.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
rm -rf out
mkdir out
python -m stigaview_static -o out products
cp -r static out/static

0 comments on commit de46709

Please sign in to comment.