From 16cfbd19157df76e7296dddb287412f1099feb33 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 13:37:43 -0600 Subject: Move static assets to within srv --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94eafeb..3c7cd3f 100644 --- a/Makefile +++ b/Makefile @@ -24,13 +24,3 @@ srv.dev-shell: srv.shell: nix-shell -A srv.shellWithBuild --arg baseConfig '(import ${CONFIG})' \ --command 'cd srv/src; return' - -# TODO static is on the way out, these aren't well supported -static.serve: - nix-shell -A static.shell --run 'cd static; static-serve' - -static.depShell: - nix-shell -A static.depShell --command 'cd static; return' - -static.lock: - nix-shell -A static.depShell --run 'bundler lock; bundix; rm -rf .bundle vendor' -- cgit v1.2.3