clean && clean html base

This commit is contained in:
2020-09-07 12:18:57 +02:00
parent 999d344666
commit 29b9a0c50c
19925 changed files with 2123238 additions and 1933 deletions

70
package-lock.json generated
View File

@@ -1,70 +0,0 @@
{
"name": "la_mine",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"desandro-matches-selector": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/desandro-matches-selector/-/desandro-matches-selector-2.0.2.tgz",
"integrity": "sha1-cXvu1NwT59jzdi9wem1YpndCGOE="
},
"ev-emitter": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz",
"integrity": "sha512-ipiDYhdQSCZ4hSbX4rMW+XzNKMD1prg/sTvoVmSLkuQ1MVlwjJQQA+sW8tMYR3BLUr9KjodFV4pvzunvRhd33Q=="
},
"fizzy-ui-utils": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/fizzy-ui-utils/-/fizzy-ui-utils-2.0.7.tgz",
"integrity": "sha512-CZXDVXQ1If3/r8s0T+v+qVeMshhfcuq0rqIFgJnrtd+Bu8GmDmqMjntjUePypVtjHXKJ6V4sw9zeyox34n9aCg==",
"requires": {
"desandro-matches-selector": "^2.0.0"
}
},
"flickity": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/flickity/-/flickity-2.2.1.tgz",
"integrity": "sha512-fCZJGNqabgDrIhaUBqt2ydE8c5V6iiB3KQAf6dH3Z45MoDUm7g6+uZmteN0aLV9pzVItNqCbfOJQjsJM/rHuSA==",
"requires": {
"desandro-matches-selector": "^2.0.0",
"ev-emitter": "^1.1.1",
"fizzy-ui-utils": "^2.0.7",
"get-size": "^2.0.3",
"unidragger": "^2.3.0",
"unipointer": "^2.3.0"
}
},
"get-size": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/get-size/-/get-size-2.0.3.tgz",
"integrity": "sha512-lXNzT/h/dTjTxRbm9BXb+SGxxzkm97h/PCIKtlN/CBCxxmkkIVV21udumMS93MuVTDX583gqc94v3RjuHmI+2Q=="
},
"normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
},
"rellax": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/rellax/-/rellax-1.12.1.tgz",
"integrity": "sha512-XBIi0CDpW5FLTujYjYBn1CIbK2CJL6TsAg/w409KghP2LucjjzBjsujXDAjyBLWgsfupfUcL5WzdnIPcGfK7XA=="
},
"unidragger": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/unidragger/-/unidragger-2.3.1.tgz",
"integrity": "sha512-u+IgG7AG0MXJTKcdzAIYxCm+W5FcnA9M28203Awl6jIcE3/+9OtEyUX4Wv64y7XNKEVRKPot52IV4V6x7FlF5Q==",
"requires": {
"unipointer": "^2.3.0"
}
},
"unipointer": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/unipointer/-/unipointer-2.3.0.tgz",
"integrity": "sha512-m85sAoELCZhogI1owtJV3Dva7GxkHk2lI7A0otw3o0OwCuC/Q9gi7ehddigEYIAYbhkqNdri+dU1QQkrcBvirQ==",
"requires": {
"ev-emitter": "^1.0.1"
}
}
}
}

View File

@@ -1,21 +0,0 @@
{
"name": "la_mine",
"version": "1.0.0",
"description": "<p align=\"center\"> <a href=\"https://roots.io/bedrock/\"> <img alt=\"Bedrock\" src=\"https://cdn.roots.io/app/uploads/logo-bedrock.svg\" height=\"100\"> </a> </p>",
"main": "index.js",
"dependencies": {
"flickity": "^2.2.1",
"normalize.css": "^8.0.1",
"rellax": "^1.12.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://figureslibres.io/gogs/kevin/lamine_wp.git"
},
"author": "",
"license": "ISC"
}

View File

@@ -1,146 +0,0 @@
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled.is-fade .flickity-slider > * {
pointer-events: none;
z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
pointer-events: auto;
z-index: 1;
}
.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}
.flickity-button:hover {
background: white;
cursor: pointer;
}
.flickity-button:focus {
outline: none;
box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
opacity: 0.6;
}
.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
/* prevent disabled button from capturing pointer up event. #716 */
pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%;
/* vertically center */
transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns="http://www.w3.org/2000/svg" width="34.837" height="34.837"><defs><linearGradient gradientTransform="matrix(0 0 0 0 4893.397 -592.714)" osb:paint="solid" id="a"><stop offset="0"/></linearGradient></defs><path d="M17.5 0C7.835 0 0 7.834 0 17.5 0 27.165 7.835 35 17.5 35S35 27.165 35 17.5C35 7.834 27.165 0 17.5 0zm4.653 7.113c.167-.002.216.06.216.224v3.101c0 .186-.056.243-.239.236-.58 0-1.161-.003-1.742-.003-.773.003-1.235.401-1.284 1.165-.038.614 0 1.23-.038 1.846 0 .22.125.205.27.205h2.648c.258 0 .345.053.315.327-.11 1.027-.205 2.056-.296 3.085-.038.231-.126.277-.334.273h-2.09c-.5 0-.453-.072-.453.437v9.617c0 .338-.087.424-.42.415a46.74 46.74 0 00-3.589 0c-.338 0-.392-.11-.39-.41v-4.843-4.913c0-.277-.075-.36-.352-.35-.51.046-1.023 0-1.534 0-.209.004-.285-.049-.28-.273v-3.066c0-.197.056-.262.254-.254h1.568c.303 0 .364-.092.356-.372 0-.778-.038-1.557 0-2.335.038-.95.278-1.836.842-2.61.716-.977 1.734-1.424 2.908-1.476 1.207-.053 2.416-.046 3.623-.046z" fill="url(#a)" fill-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
body,html{background:red}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns="http://www.w3.org/2000/svg" height="34.837" width="34.837"><defs><linearGradient id="a" osb:paint="solid" gradientTransform="matrix(0 0 0 0 4891.397 -592.714)"><stop offset="0"/></linearGradient></defs><path fill-rule="evenodd" fill="url(#a)" d="M15.5 0C5.835 0-2 7.834-2 17.5-2 27.165 5.835 35 15.5 35S33 27.165 33 17.5C33 7.834 25.165 0 15.5 0zm4.653 7.113c.167-.002.216.06.216.224v3.101c0 .186-.056.243-.239.236-.58 0-1.161-.003-1.742-.003-.773.003-1.235.401-1.284 1.165-.038.614 0 1.23-.038 1.846 0 .22.125.205.27.205h2.648c.258 0 .345.053.315.327a167.59 167.59 0 00-.296 3.085c-.038.231-.126.277-.334.273h-2.09c-.5 0-.453-.072-.453.437v9.617c0 .338-.087.424-.42.415a46.74 46.74 0 00-3.589 0c-.338 0-.392-.11-.39-.41v-9.756c0-.277-.075-.36-.352-.35-.51.046-1.023 0-1.534 0-.209.004-.285-.049-.28-.273v-3.066c0-.197.056-.262.254-.254h1.568c.303 0 .364-.092.356-.372 0-.778-.038-1.557 0-2.335.038-.95.278-1.836.842-2.61.716-.977 1.734-1.424 2.908-1.476 1.207-.053 2.416-.046 3.623-.046z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60mm" height="60mm" viewBox="0 0 60 60"><defs><clipPath clipPathUnits="userSpaceOnUse" id="a"><path d="M0 0h44v-40.747H0z" clip-rule="evenodd"/></clipPath><clipPath clipPathUnits="userSpaceOnUse" id="b"><path d="M0-40.747h1190.551v81.494H0z"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.48274 .07285 .07285 -1.48274 1.243 -.537)" stroke="#000"><g clip-path="url(#b)" transform="translate(0 -40.747)"><path d="M37.324 3.783s2.93 31.347-31.386 28.272M13.123 25.581L2.346 32.055l10.777 6.322" fill="none" stroke-width="2.835" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/></g></g></svg>

After

Width:  |  Height:  |  Size: 672 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15.64" viewBox="0 0 5.292 4.138"><defs><filter id="a" color-interpolation-filters="sRGB"><feBlend mode="screen" in2="BackgroundImage"/></filter></defs><path d="M1.656 1.295L9.699 14.24l8.512-12.848" transform="scale(.26636)" fill="none" stroke="#000" stroke-width="1.987" stroke-linecap="round" stroke-linejoin="round" filter="url(#a)" enable-background="new"/></svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60mm" height="60mm" viewBox="0 0 60 60"><path d="M29.966 57.225l-5.503-5.083-7.248 1.894-2.51-7.059-7.298-1.692 1.058-7.416-5.676-4.89 4.383-6.075-2.753-6.967 6.704-3.342.8-7.449 7.49.156 4.17-6.223 6.559 3.618 6.584-3.572 4.127 6.252 7.49-.104.748 7.454 6.681 3.39-2.802 6.947 4.34 6.106-5.709 4.85 1.006 7.423-7.31 1.64-2.558 7.041-7.235-1.943z" fill="#fff" stroke="#060500" stroke-width="3.542" stroke-miterlimit="6.25"/></svg>

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="210mm" height="210mm" viewBox="0 0 210 210"><path d="M69.388 25.517a10.124 10.124 0 00-6.105 13.017c.256.708 1.043 1.224 1.928.904.708-.256 1.225-1.043.905-1.928-1.344-3.718.514-7.993 4.409-9.401 3.895-1.408 7.993.514 9.4 4.409 1.344 3.718-.513 7.993-4.409 9.4-.708.257-1.224 1.044-.904 1.93l3.584 9.914c-1.593.576-3.895 1.408-6.182 2.836-2.93 1.86-4.898 4.172-6.028 6.582l-.904 1.929c-2.989 6.685-6.494 14.158-18.685 21.967-.821.498-1.642.995-2.286 1.428-6.216 3.848-11.61 7.2-15.623 11.052-4.367 3.98-6.997 8.334-8.358 13.43-1.508 6.35-.921 10.743 1.76 13.177.406.35.85.646 1.331.89-3.764 4.224-6.702 9.268-7.631 14.856-.398 2.394-.392 4.889.018 7.571l-1.907.69a4.42 4.42 0 00-2.653 5.657 4.42 4.42 0 005.657 2.653l1.307-.472c6.724 17.366 21.732 36.225 42.294 32.87 1.948-.316 3.91-.83 5.83-1.524 13.779-4.98 23.513-18.206 28.028-28.924a65.953 65.953 0 004.964-20.856c.463-6.738.015-12.644-1.251-17.59.598-.984 1.306-1.879 2.203-2.593a9.398 9.398 0 012.875-1.577c.02-.008.037-.02.06-.029.018-.007.04-.007.058-.014a9.405 9.405 0 013.222-.627c1.143-.023 2.258.211 3.348.585 2.188 4.612 5.62 9.44 10.284 14.324a66.038 66.038 0 0017.152 12.862c10.323 5.353 26.262 9.298 40.044 4.317h.002a32.568 32.568 0 005.454-2.555c17.955-10.569 17.437-34.664 11.503-52.316l1.305-.471a4.416 4.416 0 10-3.003-8.307l-1.91.69c-1.399-2.325-2.988-4.245-4.826-5.834-4.394-3.795-10.048-5.8-15.788-6.603a6.7 6.7 0 00.4-1.303c.505-3.586-1.853-7.338-7.072-11.257-4.192-3.289-8.934-4.778-15.013-4.982-5.485-.22-11.776.653-19.08 1.491-.949.143-1.721.222-2.67.364-14.303 1.967-21.84-1.714-28.412-4.944l-1.928-.904c-2.652-1.244-5.578-1.587-8.844-1.207-2.671.365-5.037 1.02-6.566 1.772l-3.136-8.675c4.347-2.372 6.658-7.612 4.866-12.57a10.124 10.124 0 00-13.017-6.104zm9.655 31.143l2.833-1.024c2.301-.832 8.385-2.831 13.206-.57l1.929.904c6.572 3.23 14.831 7.25 30.083 5.14.95-.142 1.9-.285 2.672-.364 14.302-1.967 23.681-3.155 31.873 2.892 3.95 3.176 5.988 6.043 5.694 8.552a3.94 3.94 0 01-.47 1.333 48.417 48.417 0 00-12.135.702c-7.54 1.417-13.588 2.994-19.034 4.963a74.843 74.843 0 00-8.359 3.599l-32.703 11.82-32.705 11.823a75.255 75.255 0 00-8.728 2.577c-5.446 1.968-11.104 4.622-17.808 8.353a48.374 48.374 0 00-10.05 7.48c-.631-.15-1.166-.398-1.597-.748-1.766-1.564-2.097-5.248-.913-10.28 2.254-9.823 10.403-14.97 22.658-22.603.821-.498 1.465-.93 2.287-1.427 13.076-8.13 16.856-16.503 19.844-23.188l.904-1.929c2.261-4.82 8.04-7.11 10.519-8.005zm29.171 42.871c-1.16 2.713-1.605 5.668-1.32 8.81-.262-.005-.523-.033-.784-.028a18.04 18.04 0 00-6.012 1.144c-.01.004-.02.003-.03.007l-.056.022c-.02.008-.04.012-.06.02-.011.004-.02.01-.03.014a18.126 18.126 0 00-5.349 2.96c-.206.164-.391.354-.589.529-1.781-2.59-4-4.568-6.611-5.911l10.174-3.678 10.667-3.889z" fill="#26e800" fill-opacity=".941"/></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1008.842" width="1116.005"><path d="M822.97 694.599l16.122 191.276-181.094-63.65-99.387 164.222-109.096-157.939-176.933 74.441 4.574-191.9L90.26 667.274l116.497-152.562-125.473-145.27 183.921-54.95-16.122-191.277 181.095 63.65 99.386-164.222 109.096 157.94 176.933-74.442-4.574 191.9 186.898 43.775L881.42 494.378l125.473 145.27z" fill="#fff" stroke="red" stroke-width="21.479" paint-order="fill markers stroke"/><text style="line-height:1;-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" x="480.94" y="478.439" transform="rotate(-7.135)" font-weight="400" font-size="37.405" font-family="Universalis ADF Std" letter-spacing="0" word-spacing="0" stroke-width="2.004"><tspan x="480.94" y="478.439" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="106.872" font-family="Millimetre" text-anchor="middle">ESPACE</tspan><tspan x="480.94" y="585.311" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="106.872" font-family="Millimetre" text-anchor="middle">CO-WORKING</tspan><tspan x="480.94" y="692.183" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="106.872" font-family="Millimetre" text-anchor="middle">WIFI GRATUIT</tspan></text></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 950 B

After

Width:  |  Height:  |  Size: 950 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 936 B

After

Width:  |  Height:  |  Size: 936 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new" width="1292.886" height="945.566"><defs><filter color-interpolation-filters="sRGB" id="a"><feBlend in2="BackgroundImage" mode="darken"/></filter></defs><path transform="translate(-6901.168 11156.156) scale(18.09183)" filter="url(#a)" paint-order="fill markers stroke" stroke-width="1.216" stroke="red" fill="#fff" d="M395.06-611.636l-8.08 14.825 6.958 3.884-1.767 3.244 9.717 5.423 1.768-3.243 4.2 2.345-1.767 3.243 9.718 5.424 1.767-3.243 4.201 2.344-1.767 3.243 9.717 5.424 1.768-3.243 6.959 3.884 8.08-14.825-9.718-5.424-1.767 3.243-4.201-2.345 1.767-3.243-9.717-5.423-1.768 3.243-4.2-2.345 1.767-3.243-9.718-5.424-1.767 3.243-4.2-2.345 1.767-3.243z"/><g font-weight="800" font-size="147.141" font-family="Millimetre" aria-label="RESSOURCERIE" letter-spacing="0" word-spacing="0" stroke-width="7.888"><path d="M239.349 256.09c11.002 5.948 11.544 9.586 8.045 16.058l-1.4 2.588c-3.148 5.825-6.84 8.011-17.841 2.063l-12.944-6.997 11.196-20.71zm-21.588 36.836c10.355 5.598 9.655 6.893 4.6 20.886l-7.909 20.815 20.063 10.846 7.908-20.815c3.733-9.69 6.858-18.873 1.191-26.955 8.816 2.257 16.548-2.762 20.746-10.528l4.199-7.767c9.097-16.826 3.29-30.838-14.83-40.635l-36.243-19.593-48.983 90.605 19.415 10.497 18.194-33.654zM246.164 351.771l64.718 34.989 10.496-19.416-45.302-24.492 6.998-12.943 38.83 20.993 10.497-19.416-38.83-20.993 10.496-19.415 45.302 24.492 10.497-19.416-64.718-34.988zM383.77 392.712c-1.749 3.236-5.44 5.422-17.089-.876-9.708-5.248-12.244-8.292-7.345-17.352l1.4-2.59-19.416-10.496-2.1 3.883c-10.496 19.416-5.04 34.074 13.081 43.871l3.883 2.1c23.946 12.945 37.905 8.783 47.702-9.338 18.194-33.653-34.054-46.846-25.657-62.378 1.75-3.236 5.44-5.422 16.443.526 9.707 5.248 12.244 8.292 7.345 17.352l-1.4 2.59 19.416 10.496 2.1-3.883c10.496-19.416 5.04-34.075-13.082-43.871l-3.883-2.1c-23.298-12.596-37.257-8.433-47.054 9.688-18.194 33.653 34.054 46.846 25.657 62.378zM461.432 434.698c-1.75 3.236-5.44 5.422-17.09-.876-9.707-5.248-12.243-8.292-7.345-17.352l1.4-2.589-19.416-10.497-2.1 3.884c-10.496 19.415-5.04 34.074 13.082 43.87l3.883 2.1c23.945 12.945 37.904 8.783 47.701-9.338 18.194-33.653-34.053-46.846-25.656-62.378 1.75-3.236 5.44-5.422 16.442.526 9.708 5.248 12.244 8.292 7.346 17.352l-1.4 2.59 19.415 10.496 2.1-3.883c10.496-19.416 5.04-34.074-13.081-43.871l-3.883-2.1c-23.299-12.595-37.258-8.433-47.054 9.688-18.194 33.653 34.053 46.846 25.656 62.378zM522.004 475.808c-10.355-5.598-11.544-9.586-6.646-18.647l15.395-28.475c4.898-9.061 8.887-10.25 19.242-4.652 10.354 5.598 11.544 9.586 6.645 18.647l-15.395 28.476c-4.898 9.06-8.886 10.25-19.241 4.651zm-14.38 17.317l7.766 4.198c18.121 9.797 33.375 6.335 45.62-16.317l14.696-27.181c12.246-22.652 6.79-37.31-11.332-47.107l-7.766-4.199c-18.12-9.796-33.374-6.334-45.62 16.317l-14.695 27.182c-12.246 22.651-6.79 37.31 11.331 47.107zM599.665 517.795c-10.355-5.599-11.544-9.587-6.645-18.647l32.189-59.541-19.415-10.497-31.84 58.894c-12.246 22.651-6.79 37.31 11.332 47.107l7.766 4.198c18.12 9.797 33.374 6.335 45.62-16.317l31.84-58.893-19.416-10.497-32.19 59.541c-4.898 9.06-8.886 10.25-19.24 4.652zM705.317 508.006c11.003 5.948 11.545 9.587 8.046 16.058l-1.4 2.59c-3.149 5.824-6.84 8.01-17.842 2.062l-12.943-6.998 11.196-20.71zm-21.587 36.837c10.355 5.598 9.655 6.892 4.599 20.886l-7.908 20.815 20.063 10.846 7.907-20.815c3.734-9.69 6.858-18.873 1.192-26.955 8.815 2.257 16.547-2.763 20.746-10.529l4.199-7.766c9.097-16.827 3.29-30.838-14.83-40.635l-36.243-19.593-48.984 90.605 19.415 10.496 18.195-33.653zM754.988 601.767c-10.355-5.598-11.544-9.587-6.646-18.647l15.395-28.476c4.899-9.06 8.887-10.25 19.242-4.652 9.06 4.899 11.544 9.587 6.646 18.647l-4.199 7.766 19.415 10.497 5.598-10.355c10.497-19.415 5.04-34.074-13.08-43.87l-7.767-4.2c-18.12-9.796-33.374-6.334-45.62 16.318l-14.695 27.181c-12.246 22.651-6.79 37.31 11.331 47.107l7.767 4.198c18.12 9.797 33.374 6.335 43.87-13.08l5.599-10.355-19.416-10.497-4.198 7.766c-4.899 9.06-10.181 9.55-19.242 4.652zM789.794 645.674l64.718 34.989 10.497-19.416-45.303-24.492 6.998-12.943 38.83 20.993 10.497-19.416-38.83-20.993 10.496-19.415 45.302 24.492 10.497-19.416-64.718-34.988zM938.302 633.965c11.002 5.948 11.544 9.586 8.045 16.058l-1.4 2.589c-3.149 5.824-6.84 8.01-17.842 2.062l-12.943-6.997 11.196-20.71zM916.714 670.8c10.355 5.598 9.655 6.893 4.599 20.886l-7.908 20.815 20.063 10.846 7.908-20.815c3.733-9.69 6.858-18.873 1.19-26.955 8.817 2.257 16.548-2.762 20.747-10.528l4.199-7.767c9.097-16.826 3.29-30.838-14.83-40.635l-36.243-19.593-48.984 90.605 19.416 10.497 18.194-33.654zM945.117 729.646l19.415 10.497 48.984-90.605-19.415-10.497zM977.476 747.14l64.718 34.989 10.496-19.415-45.303-24.492 6.998-12.944 38.831 20.993 10.497-19.415-38.831-20.993 10.496-19.416 45.303 24.492 10.497-19.415-64.719-34.989z" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"/></g></svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1008.842" width="1116.005"><path d="M445.234-579.327l-5.73 12.361-10.818 8.283-13.429 2.307-12.962-4.199-9.526-9.74-3.908-13.053 2.605-13.374 8.522-10.631 12.486-5.453 13.59.974 11.581 7.179 6.918 11.737z" transform="matrix(18.09183 0 0 11.18547 -6978.834 7061.322)" fill="#fff" stroke="red" stroke-width="1.547" paint-order="fill markers stroke"/><text style="line-height:1;-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" x="418.035" y="-589.197" transform="rotate(-.085 7782826.115 4879022.195) scale(18.09182)" font-weight="400" font-size="8.134" font-family="Universalis ADF Std" letter-spacing="0" word-spacing="0" stroke-width=".436"><tspan x="418.035" y="-589.197" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="8.133" font-family="Millimetre" text-anchor="middle">BRADERIE</tspan><tspan x="418.035" y="-580.657" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="8.133" font-family="Millimetre" text-anchor="middle">GUINGUETTE</tspan></text></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1008.842" width="1116.005"><path d="M493.32 258.674L13.17 449.493l58.854 335 1000.939-175.85-58.854-335z" fill="#fff" stroke="red" stroke-width="22" paint-order="fill markers stroke"/><text style="line-height:1;-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" x="511.787" y="-508.083" transform="rotate(-10.046 59946.193 45275.094) scale(18.09183)" font-weight="400" font-size="7.719" font-family="Universalis ADF Std" letter-spacing="0" word-spacing="0" stroke-width=".414"><tspan x="512.559" y="-508.083" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-family="Millimetre" text-anchor="middle">MAISON </tspan><tspan x="511.787" y="-499.978" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-family="Millimetre" text-anchor="middle">DES COMMUNS</tspan></text></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1008.842" width="1116.005"><g transform="translate(-6978.834 11151.482) scale(18.09183)"><ellipse cx="416.738" cy="-587.519" rx="29.53" ry="10.848" fill="#fff" stroke="red" stroke-width="1.216" paint-order="fill markers stroke"/><text style="line-height:1;-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" x="417.908" y="-584.454" transform="rotate(-.082)" font-weight="400" font-size="7.335" font-family="Universalis ADF Std" letter-spacing="0" word-spacing="0" stroke-width=".393"><tspan x="417.908" y="-584.454" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="7.334" font-family="Millimetre" text-anchor="middle">RESTAURATION</tspan></text></g></svg>

After

Width:  |  Height:  |  Size: 1013 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1008.842" width="1116.005"><g transform="translate(-6978.834 11151.482) scale(18.09183)"><circle cx="416.654" cy="-588.02" r="24.226" fill="#fff" stroke="red" stroke-width="1.216" paint-order="fill markers stroke"/><text style="line-height:1;-inkscape-font-specification:'Universalis ADF Std, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" x="418.034" y="-588.886" transform="rotate(-.082)" font-weight="400" font-size="8.134" font-family="Universalis ADF Std" letter-spacing="0" word-spacing="0" stroke-width=".436"><tspan x="418.034" y="-588.886" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="8.133" font-family="Millimetre" text-anchor="middle">BOUTIQUE</tspan><tspan x="418.034" y="-580.346" style="-inkscape-font-specification:'Millimetre, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center" font-weight="800" font-size="8.133" font-family="Millimetre" text-anchor="middle">GRATUITE</tspan></text></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 693 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.229 13.229" height="50" width="50"><g transform="translate(0 -283.77)"><circle r="6.5" cy="290.385" cx="6.615" paint-order="fill markers stroke"/><g fill="#fff"><path d="M8.296 288.51a2.5 2.5 0 00-1.978-.617c-1.167.137-2.096 1.074-2.212 2.231A2.443 2.443 0 005 292.321c.322.274.528.639.588 1.035h2.05c.065-.37.263-.74.56-.993.002 0 .002-.003.004-.003a2.545 2.545 0 00.935-1.964c0-.72-.306-1.407-.842-1.885zM5.61 294.798c0 .166.133.3.299.3h1.405a.303.303 0 00.303-.3v-.835H5.611zM6.35 285.672h.528v1.61H6.35zM8.242 287.528l1.157-1.264.39.356-1.157 1.265zM3.44 286.618l.39-.356 1.157 1.264-.39.357z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 669 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.229 13.229" height="50" width="50"><g transform="translate(0 -283.77)"><circle r="6.5" cy="290.385" cx="6.615" paint-order="fill markers stroke"/><path d="M9.826 292.311v-5.6c0-.031-.023-.063-.053-.066-.004 0-.01 0-.015.002l-5.292.742c-.036.005-.065.029-.065.066v4.393a2.017 2.017 0 00-.989.038c-.894.256-1.457 1.03-1.258 1.728.2.697 1.088 1.054 1.982.798.834-.24 1.377-.926 1.286-1.583v-4.48c0-.022.02-.04.043-.042l3.267-.458c.023-.003.041.02.041.042v3.38a2.024 2.024 0 00-.965.044c-.895.256-1.458 1.03-1.258 1.727.2.698 1.086 1.054 1.98.798.81-.232 1.35-.889 1.296-1.528z" fill="#fff"/></g></svg>

After

Width:  |  Height:  |  Size: 654 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 13.229 13.229"><g transform="translate(0 -283.77)"><circle cx="6.615" cy="290.385" r="6.5" paint-order="fill markers stroke"/><g transform="translate(-.034 -46.823)" fill="#fff"><path d="M3.287 333.239l1.045 1.066.897-.879-.018 1.775-.006.592-.591-.006-1.775-.017.896-.88-1.045-1.065z" fill-rule="evenodd"/><circle r="1.286" cy="337.231" cx="6.681" paint-order="fill markers stroke"/><path d="M10.009 333.239l-1.045 1.066-.896-.879.017 1.775.006.592.592-.006 1.774-.017-.896-.88 1.046-1.065zm-6.722 7.938l1.045-1.066.897.879-.018-1.775-.006-.592-.591.006-1.775.018.896.878-1.045 1.066zm6.722 0l-1.045-1.066-.896.879.017-1.775.006-.592.592.006 1.774.018-.896.878 1.046 1.066z" fill-rule="evenodd"/></g></g></svg>

After

Width:  |  Height:  |  Size: 787 B

View File

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 708 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 13.229 13.229"><g transform="translate(0 -283.77)"><circle cx="6.615" cy="290.385" r="6.5" paint-order="fill markers stroke"/><path d="M10.592 290.85c.335.58.335 1.272 0 1.852-.334.58-.934.926-1.603.926H7.496v1.255l-1.674-1.673 1.674-1.674v1.255h1.493c.367 0 .695-.19.879-.507a1.005 1.005 0 000-1.015l-.329-.568.725-.418zm-6.395-.873l-.746 1.293a1.003 1.003 0 000 1.014c.183.318.511.508.878.508h.656v.837H4.33a1.833 1.833 0 01-1.603-.926 1.834 1.834 0 010-1.852l.746-1.293-1.086-.627 2.286-.613.153.572.46 1.714zm2.464-3.252c-.367 0-.695.19-.879.507l-.328.568-.725-.419.328-.567c.335-.58.934-.926 1.604-.926s1.269.346 1.603.926l.747 1.293 1.087-.628-.46 1.714-.153.572-.572-.153-1.714-.46 1.087-.627-.747-1.293a1.003 1.003 0 00-.878-.507z" fill="#fff" fill-rule="evenodd"/></g></svg>

After

Width:  |  Height:  |  Size: 859 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 13.229 13.229"><g transform="translate(0 -283.77)"><circle cx="6.615" cy="290.385" r="6.5" paint-order="fill markers stroke"/><path d="M2.271 287.93l1.466-.864.821.477s-.207.875.709 1.27c.915.394 1.9.406 2.604-.078.704-.484.729-1.302.098-1.778-.63-.477-1.424-.475-2.186-.323l-.599-.375 1.425-.796 4.34 2.473.002 1.728-.893.457s-.766-.845-1.861.19c-1.095 1.033-.883 2.201-.729 2.51.155.31.725.871 1.653.31a2.353 2.353 0 001.077-1.515l.761-.43-.004 1.635-4.354 2.487-1.303-.748v-1.28s.852-.19.595-1.61c-.256-1.42-1.55-1.82-1.774-1.832-.224-.012-.916-.081-1.148.838-.232.92.533 1.806.643 1.958v.95l-1.344-.752z" fill="#fff"/><circle cx="6.681" cy="304.673" r="6.5" paint-order="fill markers stroke"/><path fill="#fff" paint-order="fill markers stroke" d="M5.8 309.225h1.703v.801H5.8z"/><ellipse cx="6.651" cy="310.011" rx=".367" ry=".352" fill="#fff" paint-order="fill markers stroke"/><circle r="6.5" cy="320.019" cx="6.681" paint-order="fill markers stroke"/><path d="M6.895 299.136c-1.665.028-2.953.577-2.895 2.613.058 2.037 1.182 3.913 1.419 4.65.231.722.376 2.586.376 2.586l.337-.006-.919-7.043v-.007a.84.84 0 01-.003-.128.546.546 0 01.104-.303.452.452 0 01.334-.175l.003-.002v.002a.518.518 0 01.135.008v.001c.118.024.205.091.299.154.035-.01.064-.021.157-.022a.64.64 0 01.215.03c.04-.035.047-.077.105-.099a.57.57 0 01.496.067l.005.002c.09.058.14.1.165.117l.01-.007a.957.957 0 01.432-.14.455.455 0 01.337.121.443.443 0 01.12.384l.003-.034-.002.032-.916 7.024.29-.005s.145-1.762.594-2.83c.449-1.07 1.158-2.296 1.144-4.073-.015-1.776-.681-2.946-2.345-2.917zm-.624 2.987c-.047.059-.071.144-.149.168-.077.025-.129-.018-.198-.03l.746 5.73c.252-1.87.542-3.966.718-5.527-.003 0-.01.006-.012.006a.885.885 0 01-.185.002.457.457 0 01-.17-.042.36.36 0 01-.168-.19c-.052.033-.097.09-.147.102a.373.373 0 01-.33-.064c-.06-.046-.077-.101-.101-.154H6.27z" fill="#fff"/><path d="M10.659 320.571c.334.58.334 1.272 0 1.852-.335.58-.935.926-1.604.926H7.562v1.254l-1.674-1.673 1.674-1.673v1.255h1.493c.367 0 .695-.19.879-.508a1.005 1.005 0 000-1.014l-.329-.569.725-.418zm-6.396-.874l-.746 1.293a1.003 1.003 0 000 1.015c.183.317.512.507.878.507h.657v.837h-.657a1.831 1.831 0 01-1.603-.926 1.834 1.834 0 010-1.851l.747-1.294-1.087-.627 2.286-.612.153.571.46 1.714zm2.464-3.252c-.367 0-.695.19-.879.507l-.328.568-.725-.418.328-.568c.335-.58.934-.926 1.604-.926s1.269.346 1.603.926l.747 1.293 1.087-.628-.46 1.715-.153.572-.571-.154-1.715-.459 1.087-.628-.747-1.293a1.003 1.003 0 00-.878-.507z" fill="#fff" fill-rule="evenodd"/><circle cx="6.681" cy="337.231" r="6.5" paint-order="fill markers stroke"/><path d="M3.287 333.239l1.045 1.066.897-.879-.018 1.775-.006.592-.591-.006-1.775-.017.896-.88-1.045-1.065z" fill="#fff" fill-rule="evenodd"/><circle cx="6.681" cy="337.231" r="1.286" fill="#fff" paint-order="fill markers stroke"/><path d="M10.009 333.239l-1.045 1.066-.896-.879.017 1.775.006.592.592-.006 1.774-.017-.896-.88 1.046-1.065zm-6.722 7.938l1.045-1.066.897.879-.018-1.775-.006-.592-.591.006-1.775.018.896.878-1.045 1.066zm6.722 0l-1.045-1.066-.896.879.017-1.775.006-.592.592.006 1.774.018-.896.878 1.046 1.066z" fill="#fff" fill-rule="evenodd"/><circle cx="6.548" cy="352.43" r="6.5" paint-order="fill markers stroke"/><path d="M10.242 354a.585.585 0 00-.69-.31l-1.412.411 2.052-3.514a.388.388 0 00-.07-.483l-.051-.047a.39.39 0 00-.542.012l-1.863 1.96 1.432-3.07a.373.373 0 00-.157-.486l-.125-.07a.432.432 0 00-.577.154l-1.785 2.996.838-2.736a.432.432 0 00-.313-.542.48.48 0 00-.541.249l-1.287 2.58.25-1.76a.48.48 0 00-.372-.536l-.014-.004a.48.48 0 00-.558.317l-1.391 4.176s-.553 1.932 1.496 2.849c1.822.815 3.269.044 3.9-.374.435-.287 1.347-.956 1.69-1.192.147-.1.167-.42.09-.58z" fill="#fff"/></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because one or more lines are too long

View File

@@ -9,49 +9,30 @@
// CUSTOM FUNCTION
// include custom jQuery
function includejquery() {
wp_deregister_script('jquery');
wp_enqueue_script( 'jquery',
get_template_directory_uri() . '/asset/dist/js/jquery-3.5.1.min.js',
array() );
}
// function includejquery() {
// wp_deregister_script('jquery');
// wp_enqueue_script( 'jquery',
// get_template_directory_uri() . '/asset/dist/js/jquery-3.5.1.min.js',
// array() );
// }
//
// add_action('wp_enqueue_scripts', 'includejquery');
//
// function includedrag() {
// wp_deregister_script('drag-ui');
// wp_enqueue_script( 'drag-ui',
// get_template_directory_uri() . '/asset/dist/js/jquery-ui.js',
// array() );
// }
// add_action('wp_enqueue_scripts', 'includedrag');
add_action('wp_enqueue_scripts', 'includejquery');
// function theme_js(){
// wp_enqueue_script( 'script',
// get_template_directory_uri() . '/dist/assets/js/scripts.min.js',
// // get_template_directory_uri() . '/src/assets/index.js',
// array() );
function includedrag() {
wp_deregister_script('drag-ui');
wp_enqueue_script( 'drag-ui',
get_template_directory_uri() . '/asset/dist/js/jquery-ui.js',
array() );
}
add_action('wp_enqueue_scripts', 'includedrag');
function theme_js(){
wp_enqueue_script( 'rellax',
get_template_directory_uri() . '/asset/dist/js/rellax.pkgd.min.js',
array() );
wp_enqueue_script( 'flickity',
get_template_directory_uri() . '/asset/dist/js/flickity.pkgd.min.js',
array() );
wp_enqueue_script( 'flickity-fade',
get_template_directory_uri() . '/asset/dist/js/flickity-fade.js',
array() );
wp_enqueue_script( 'masonry',
get_template_directory_uri() . '/asset/dist/js/masonry.pkgd.min.js',
array() );
wp_enqueue_script( 'isotope',
get_template_directory_uri() . '/asset/dist/js/isotope.pkgd.min.js',
array() );
wp_enqueue_script( 'script',
get_template_directory_uri() . '/asset/dist/index.js',
array() );
}
// }
add_action( 'wp_footer', 'theme_js' );

View File

@@ -0,0 +1,43 @@
var gulp = require('gulp');
var sass = require('gulp-sass');
var cleancss = require('gulp-clean-css');
var csscomb = require('gulp-csscomb');
var rename = require('gulp-rename');
var autoprefixer = require('gulp-autoprefixer');
var sourcemaps = require('gulp-sourcemaps');
// configure the paths
var watch_dir = './src/assets/scss/**/*.scss';
var src_dir = './src/assets/scss/*.scss';
var dest_dir = './dist/assets/css';
var paths = {
source: src_dir
};
function watch() {
return gulp.watch(watch_dir, build);
}
function build() {
return gulp.src(paths.source)
.pipe(sourcemaps.init())
.pipe(sass({
outputStyle: 'compact',
precision: 10
}).on('error', sass.logError)
)
.pipe(sourcemaps.write())
.pipe(autoprefixer())
.pipe(gulp.dest(dest_dir))
.pipe(csscomb())
.pipe(cleancss())
.pipe(rename({
suffix: '.min'
}))
.pipe(gulp.dest(dest_dir));
}
exports.watch = watch;
exports.build = build;
exports.default = build;

1
web/app/themes/la_mine/node_modules/.bin/acorn generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../acorn/bin/acorn

1
web/app/themes/la_mine/node_modules/.bin/atob generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../atob/bin/atob.js

1
web/app/themes/la_mine/node_modules/.bin/autoprefixer generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../autoprefixer/bin/autoprefixer

1
web/app/themes/la_mine/node_modules/.bin/browser-sync generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../browser-sync/dist/bin.js

1
web/app/themes/la_mine/node_modules/.bin/browserslist generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../browserslist/cli.js

1
web/app/themes/la_mine/node_modules/.bin/color-support generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../color-support/bin.js

1
web/app/themes/la_mine/node_modules/.bin/cssbeautify generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../cssbeautify/bin/cssbeautify

1
web/app/themes/la_mine/node_modules/.bin/csscomb generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../csscomb/bin/csscomb

1
web/app/themes/la_mine/node_modules/.bin/dev-ip generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../dev-ip/lib/dev-ip.js

1
web/app/themes/la_mine/node_modules/.bin/errno generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../errno/cli.js

1
web/app/themes/la_mine/node_modules/.bin/esparse generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../esprima/bin/esparse.js

1
web/app/themes/la_mine/node_modules/.bin/esvalidate generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../esprima/bin/esvalidate.js

1
web/app/themes/la_mine/node_modules/.bin/gifsicle generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../gifsicle/cli.js

1
web/app/themes/la_mine/node_modules/.bin/gonzales generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../gonzales-pe/bin/gonzales.js

1
web/app/themes/la_mine/node_modules/.bin/gulp generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../gulp/bin/gulp.js

1
web/app/themes/la_mine/node_modules/.bin/in-install generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../in-publish/in-install.js

1
web/app/themes/la_mine/node_modules/.bin/in-publish generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../in-publish/in-publish.js

View File

@@ -0,0 +1 @@
../jpeg-recompress-bin/cli.js

1
web/app/themes/la_mine/node_modules/.bin/js-yaml generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../js-yaml/bin/js-yaml.js

1
web/app/themes/la_mine/node_modules/.bin/json5 generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../json5/lib/cli.js

1
web/app/themes/la_mine/node_modules/.bin/lpad-align generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../lpad-align/cli.js

1
web/app/themes/la_mine/node_modules/.bin/lt generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../localtunnel/bin/lt.js

1
web/app/themes/la_mine/node_modules/.bin/miller-rabin generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../miller-rabin/bin/miller-rabin

1
web/app/themes/la_mine/node_modules/.bin/mime generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../mime/cli.js

1
web/app/themes/la_mine/node_modules/.bin/mkdirp generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../mkdirp/bin/cmd.js

1
web/app/themes/la_mine/node_modules/.bin/mozjpeg generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../mozjpeg/cli.js

1
web/app/themes/la_mine/node_modules/.bin/node-gyp generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../node-gyp/bin/node-gyp.js

1
web/app/themes/la_mine/node_modules/.bin/node-sass generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../node-sass/bin/node-sass

1
web/app/themes/la_mine/node_modules/.bin/nopt generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../nopt/bin/nopt.js

1
web/app/themes/la_mine/node_modules/.bin/not-in-install generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../in-publish/not-in-install.js

1
web/app/themes/la_mine/node_modules/.bin/not-in-publish generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../in-publish/not-in-publish.js

1
web/app/themes/la_mine/node_modules/.bin/optipng generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../optipng-bin/cli.js

1
web/app/themes/la_mine/node_modules/.bin/pngquant generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../pngquant-bin/cli.js

1
web/app/themes/la_mine/node_modules/.bin/rimraf generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../rimraf/bin.js

1
web/app/themes/la_mine/node_modules/.bin/sassgraph generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../sass-graph/bin/sassgraph

1
web/app/themes/la_mine/node_modules/.bin/seek-bunzip generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../seek-bzip/bin/seek-bunzip

1
web/app/themes/la_mine/node_modules/.bin/seek-table generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../seek-bzip/bin/seek-bzip-table

1
web/app/themes/la_mine/node_modules/.bin/semver generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../semver/bin/semver

1
web/app/themes/la_mine/node_modules/.bin/sha.js generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../sha.js/bin.js

1
web/app/themes/la_mine/node_modules/.bin/sshpk-conv generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../sshpk/bin/sshpk-conv

Some files were not shown because too many files have changed in this diff Show More