This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ylproj
/
jupyterlab
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3109ab5e0c
Branches
Tags
example
master
prod
yili
jupyterlab
/
scripts
/
copycss.js
copycss.js
81 B
Historique
Raw
1
2
var
fs =
require
(
'fs-extra'
);
fs.copySync(
'src/'
,
'lib/'
, {
filter
:
/\.css$/
});