Skip to content

Commit e2a1dba

Browse files
authored
Merge pull request #31 from ansforge/main-klee
Main klee
2 parents 6a1a109 + 40343f6 commit e2a1dba

File tree

12 files changed

+272
-385
lines changed

12 files changed

+272
-385
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
node_modules
44

55
# Generated folders by gulp compilation
6-
site
7-
styleguide
6+
./site
7+
./styleguide

.gitlab-ci.yml

Lines changed: 0 additions & 170 deletions
This file was deleted.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const
5050
const target = {
5151
'src': './src/',
5252
'buildSite': './site/',
53-
'buildStyleguide': './docs/',
53+
'buildStyleguide': './styleguide/',
5454
};
5555
// File paths
5656
const files = {

src/img/logo-ministere.jpg

-115 KB
Loading

src/img/logo-ministere.png

-89.4 KB
Loading

0 commit comments

Comments
 (0)