Skip to content

Commit

Permalink
switch to asciinema-scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 13, 2020
1 parent 3149325 commit e1e4e1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 145 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@
/blogs.json
/blogs.xml
/demos/*.cast
/demos/*.svg
/favicon.png
/favicon.ico
/news-rss.xml
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -195,6 +195,6 @@ all: \
demos/example_4.cast \
demos/example_5.cast

demos/%.cast: demos/%.scenario demos/create.py
demos/%.cast demos/%.svg: demos/%.scenario
echo "Generating $@ ..."
python demos/create.py $< > $@
asciinema-scenario --preview-file "$(patsubst %.cast,%.svg,$@)" $< > $@
138 changes: 0 additions & 138 deletions demos/create.py

This file was deleted.

4 changes: 2 additions & 2 deletions flake.lock

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

4 changes: 1 addition & 3 deletions flake.nix
Expand Up @@ -61,6 +61,7 @@
enableParallelBuilding = true;

buildInputs = with pkgs; [
asciinema-scenario
caddy
entr
fd
Expand All @@ -78,9 +79,6 @@
perlPackages.TemplatePluginJSONEscape
perlPackages.TemplateToolkit
perlPackages.XMLSimple
python3
python3Packages.click
python3Packages.colorama
xhtml1
xidel
];
Expand Down

0 comments on commit e1e4e1a

Please sign in to comment.