progress on migrating to heex templates and font-icons

This commit is contained in:
Adam Piontek 2022-08-13 07:32:36 -04:00
parent d43daafdb7
commit 3eff955672
21793 changed files with 2161968 additions and 16895 deletions
assets_old/node_modules/unidecode/scripts

3
assets_old/node_modules/unidecode/scripts/changelog generated vendored Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
# gem install github_changelog_generator
github_changelog_generator -u fgribreau -p node-unidecode

24
assets_old/node_modules/unidecode/scripts/ci/start generated vendored Executable file
View file

@ -0,0 +1,24 @@
#!/usr/bin/env zsh
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.21.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install
nvm use
npm install
node -v
npm -v
npm install
set -e
# Any subsequent commands which fail will cause the shell script to exit immediately
setopt extended_glob;
npm test
#npm install check-build -g
#check-build