Skip to content

Commit c710020

Browse files
authored
静的ファイルだったら、別にウォッチする必要ない
1 parent 5ba6426 commit c710020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ clean:
55
test:
66
carton install && carton exec -- prove -Ilib -r t
77
server: build
8-
carton exec -- plackup -R public/ -p 5555 --host localhost script/app.psgi
8+
carton exec -- plackup -p 5555 --host localhost script/app.psgi

0 commit comments

Comments
 (0)