Skip to content

Commit

Permalink
Mise à jour du design system
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaurel committed Apr 6, 2022
1 parent a8da572 commit 162a63d
Show file tree
Hide file tree
Showing 47 changed files with 10,395 additions and 41 deletions.
10 changes: 5 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://github.com/thecodercoder/frontend-boilerplate
/*
|--------------------------------------------------------------------------
| DEPENDENCIES
| DEPENDENCIES
|--------------------------------------------------------------------------
*/
// Initialize modules
Expand Down Expand Up @@ -47,11 +47,10 @@ const
| CONFIGURATION
|--------------------------------------------------------------------------
*/

const target = {
'src': './src/',
'buildFolder': './public/',
'buildSite': './public/site/',
'buildFolder': './__public/',
'buildSite': './__public/site/',
'buildStyleguide': './docs/',
'devFolder': './../'
};
Expand Down Expand Up @@ -207,6 +206,7 @@ function scriptPlugin(){
// * Others
target.src + 'script/plugin/what-input/what-input.js',
target.src + 'script/plugin/a11y/van11y-accessible-accordion-aria.min.js',
target.src + 'script/plugin/a11y/van11y-accessible-tab-panel-aria.min.js',

//
// CLOSE
Expand Down Expand Up @@ -382,4 +382,4 @@ exports.watch = series(
zipStarterKit, zipPictogrammesFonctionnels, zipPictogrammesIllustratifs, zipLogos,
zipSizes,
watchTask
);
);
Loading

0 comments on commit 162a63d

Please sign in to comment.