diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 13:37:43 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 13:37:43 -0600 |
commit | 16cfbd19157df76e7296dddb287412f1099feb33 (patch) | |
tree | e4bbf892066cceeaeeaee4c25e5365152412a1c3 /Makefile | |
parent | 3cdee89c961ae9c836234f5aec87174a04a800a8 (diff) |
Move static assets to within srv
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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' |