deploy test
This commit is contained in:
parent
a4e57d369c
commit
b3fd6ea195
8
build.py
Normal file
8
build.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
import os
|
||||
|
||||
for dir in os.listdir('.'):
|
||||
if os.path.isdir(dir) and not dir.startswith('.'):
|
||||
os.chdir(dir)
|
||||
os.system('npm run build')
|
||||
os.chdir('..')
|
@ -5,7 +5,7 @@
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
|
||||
<title>Svelte app</title>
|
||||
<title>Coucou</title>
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/global.css'>
|
||||
|
@ -3,7 +3,7 @@ import App from './App.svelte';
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
props: {
|
||||
name: 'world'
|
||||
name: 'tout le monde'
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user