This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ylproj
/
jupyterlab
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
0bdc3f875f
Branchit
Tagit
example
master
prod
yili
jupyterlab
/
scripts
/
copycss.js
copycss.js
81 B
Historia
Raaka
1
2
var
fs =
require
(
'fs-extra'
);
fs.copySync(
'src/'
,
'lib/'
, {
filter
:
/\.css$/
});