We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c593ab0 commit d3fbc13Copy full SHA for d3fbc13
append.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)"/"
4
-export JSON="$(echo $1 | minify --type json)"
+export JSON="$(echo $1 | minify --type json | sed 's/\\/\\\\/g')"
5
TEXT=$(perl -0pe 's/\/\*DATA\*\//\`$ENV{JSON}\`,\/\*DATA\*\//;' $2)
6
if [ $? -ne 0 ]; then
7
echo "Error in append.sh"
gen.sh
CSS=$(cat $DIR/style.css)
for C in $COLORS; do
0 commit comments