Last active
September 22, 2021 09:16
-
-
Save datio/95d972e8902079fded51029a23c4daa8 to your computer and use it in GitHub Desktop.
Revisions
-
datio renamed this gist
Oct 30, 2020 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,15 @@ // make sure you have changed your working directory to your project cd app // svelte // see https://github.com/sveltejs/svelte/issues/2900#issuecomment-701644971 npm install svelte sed -i 's/svelte-\$/_$/g' ./node_modules/svelte/compiler.js // sapper npm install sapper find . -type f -exec sed -i 's/__SAPPER__/__INFOMAX__/g' {} + // sapper template find . -type f -exec sed -i 's/#sapper/#infomax/g' {} + find . -type f -exec sed -i 's/<div id="sapper">/<div id="infomax">/g' {} + -
datio revised this gist
Oct 30, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,8 @@ npm install svelte sed -i 's/svelte-\$/_$/g' ./node_modules/svelte/compiler.js npm install sapper find . -type f -exec sed -i 's/__SAPPER__/__INFOMAX__/g' {} + find . -type f -exec sed -i 's/#sapper/#infomax/g' {} + find . -type f -exec sed -i 's/<div id="sapper">/<div id="infomax">/g' {} + -
datio revised this gist
Oct 30, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ npm install svelte sed -i 's/svelte-\$/_$/g' ./node_modules/svelte/compiler.js npm install sapper find . -type f -exec sed -i 's/__SAPPER__/__INFOMAX__/g' {} + -
datio created this gist
Oct 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ // cd to_your_project npm install svelte sed -i 's/svelte-\$/_$/g' ./node_modules/svelte/compiler.js npm install sapper find . -type f -exec sed -i 's/SAPPER/INFOMAX/g' {} +