Skip to content

Commit 43cd549

Browse files
committed
Mise à jour design system 1.0.4
1 parent df6d73e commit 43cd549

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1413
-207
lines changed

gulpfile.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ function twigStyleguide(){
119119
.pipe(dest(target.buildStyleguide));
120120
}
121121

122+
function phpStyleguide(){
123+
return src(target.src + 'php/*.*')
124+
.pipe(dest(target.buildStyleguide + 'php'));
125+
}
126+
122127
// Sass Site task: compiles the style.scss file into style.css
123128
function styleSite(){
124129
return src(files.scssSite)
@@ -371,14 +376,14 @@ function watchTask(){
371376
// then watch task
372377
exports.default = series(
373378
clean,
374-
parallel(twigSite, twigStyleguide, styleSite, styleStyleguide, scriptApp, scriptPlugin, scriptStyleguide, assets, createSvgSprite),
379+
parallel(twigSite, twigStyleguide, phpStyleguide, styleSite, styleStyleguide, scriptApp, scriptPlugin, scriptStyleguide, assets, createSvgSprite),
375380
zipStarterKit, zipPictogrammesFonctionnels, zipPictogrammesIllustratifs, zipLogos,
376381
zipSizes
377382
);
378383

379384
exports.watch = series(
380385
clean,
381-
parallel(twigSite, twigStyleguide, styleSite, styleStyleguide, scriptApp, scriptPlugin, scriptStyleguide, assets, createSvgSprite),
386+
parallel(twigSite, twigStyleguide, phpStyleguide, styleSite, styleStyleguide, scriptApp, scriptPlugin, scriptStyleguide, assets, createSvgSprite),
382387
zipStarterKit, zipPictogrammesFonctionnels, zipPictogrammesIllustratifs, zipLogos,
383388
zipSizes,
384389
watchTask

src/img/footer/Footer-mobile.png

-1.97 KB
Loading

src/img/footer/[email protected]

-4.93 KB
Loading
2.52 KB
Loading

src/img/header/[email protected]

5.84 KB
Loading

src/img/header/Header-mobile.png

3.29 KB
Loading

src/img/header/[email protected]

7.97 KB
Loading

src/img/logo-ministere.svg

Lines changed: 180 additions & 1 deletion
Loading
103 Bytes
Loading
300 Bytes
Loading

0 commit comments

Comments
 (0)