#251 reorganise images
This commit is contained in:
parent
03ed173ef6
commit
a034337f12
4
Makefile
4
Makefile
|
@ -22,9 +22,9 @@ deploy: install
|
||||||
yarn build
|
yarn build
|
||||||
node server/migrate.js
|
node server/migrate.js
|
||||||
echo "\nimportScripts('https://arc.io/arc-sw-core.js');" >> static/sw.js
|
echo "\nimportScripts('https://arc.io/arc-sw-core.js');" >> static/sw.js
|
||||||
ln -sfn ./data/img ./static/img-local
|
ln -sfn ../data/img ./static/img-local
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
rm -rf cache
|
rm -rf cache
|
||||||
ln -sfn ./locale/${LANG} ./data
|
ln -sfn ./locale/${LANG} ./data
|
||||||
ln -sfn ./locale/{$LANG}/img ./static/img-local
|
ln -sfn ../locale/{$LANG}/img ./static/img-local
|
||||||
|
|
Reference in New Issue