Skip to content

Instantly share code, notes, and snippets.

View kraz's full-sized avatar
🏠
Working from home

Krasen Borisov kraz

🏠
Working from home
  • Varna, Bulgaria
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kraz on github.
  • I am krazen (https://keybase.io/krazen) on keybase.
  • I have a public key ASC2RWBoZpZI7kcFkfhVVilEBxLxShdfLjUgWfRclmp0Qgo

To claim this, I am signing this object:

@kraz
kraz / make.bat
Last active March 13, 2019 16:52
Windows batch for simulating twitter bootstrap make functionality
@echo off
SET BOOTSTRAP=.\docs\assets\css\bootstrap.css
SET BOOTSTRAP_LESS=.\less\bootstrap.less
SET BOOTSTRAP_RESPONSIVE=.\docs\assets\css\bootstrap-responsive.css
SET BOOTSTRAP_RESPONSIVE_LESS=.\less\responsive.less
SET "CHECK= "
SET HR=##################################################
::Try to use the local build tools, if installed instead of global ones