File tree 5 files changed +4
-5
lines changed
5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ docs/site/
21
21
# It records a fixed state of all packages used by the project. As such, it should not be
22
22
# committed for packages, but should be committed for applications that require a static
23
23
# environment.
24
- Manifest.toml
24
+ / Manifest.toml
25
25
26
26
# Silly macOS stuff
27
27
.DS_Store
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ /Manifest.toml
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ test_dir := project_dir / "test/"
12
12
test_file := test_dir / " runtests.jl"
13
13
docs_dir := project_dir / " docs/"
14
14
docs_mk_file := docs_dir / " make.jl"
15
- dev_dir := project_dir / " dev/"
16
15
bench_dir := project_dir / " perf/"
17
16
bench_file := bench_dir / " runbenchmarks.jl"
18
17
standard_instantiate_code := """
@@ -47,7 +46,7 @@ bench: (instantiate-dev bench_dir)
47
46
[group : ' ci' ]
48
47
fmt :
49
48
# https://github.com/invenia/BlueStyle
50
- julia --project={{ dev_dir }} -e ' using JuliaFormatter; format("{{ project_dir}} ", style=BlueStyle())'
49
+ julia --project=@JuliaFormatter -e ' using JuliaFormatter; format("{{ project_dir}} ", style=BlueStyle())'
51
50
52
51
# Instantiate main project
53
52
instantiate :
Original file line number Diff line number Diff line change
1
+ /Manifest.toml
You can’t perform that action at this time.
0 commit comments