This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
root=$PWD | |
#list=`find media/catalog/category/cache media/catalog/product/cache media/wysiwyg -type d` | |
list=`find media/catalog/output/folder1 media/catalog/output/folder3 -type d` | |
watermark="Kega Imagemagick" | |
green='\033[0;32m' | |
nocolor='\033[0m' | |
imagecount=1 | |
count=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --oneline --no-merges [last tag].. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Drop this stylesheet into your build environment and see what breaks. */ | |
html, | |
body { | |
/* Hostile inherited styles*/ | |
color: darkorange; | |
font-family: Georgia; | |
font-size: 43px; | |
font-style: italic; | |
font-weight: bold; | |
letter-spacing: 0.5em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const items = Array.from(document.querySelectorAll('[data-name]')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@use "sass:list"; | |
// THIS FILE IS GENERATED | |
$spacing-1: 0.313; | |
$spacing-2: 0.5; | |
$spacing-3: 0.625; | |
$spacing-4: 0.938; | |
$spacing-5: 1.25; | |
$spacing-6: 1.875; | |
$spacing-7: 3.125; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@use "sass:list"; | |
// THIS FILE IS GENERATED | |
$spacing-1: 0.313; | |
$spacing-2: 0.5; | |
$spacing-3: 0.625; | |
$spacing-4: 0.938; | |
$spacing-5: 1.25; | |
$spacing-6: 1.875; | |
$spacing-7: 3.125; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@use "sass:list"; | |
// THIS FILE IS GENERATED | |
$spacing-1: 0.313; | |
$spacing-2: 0.5; | |
$spacing-3: 0.625; | |
$spacing-4: 0.938; | |
$spacing-5: 1.25; | |
$spacing-6: 1.875; | |
$spacing-7: 3.125; |