Skip to content

Instantly share code, notes, and snippets.

@t0m
t0m / make.bat
Last active December 11, 2015 07:18 — forked from kraz/make.bat
Windows build for bootstrap 3.0.0-wip
@echo off
SET BOOTSTRAP=.\docs\assets\css\bootstrap.css
SET BOOTSTRAP_LESS=.\less\bootstrap.less
SET "CHECK= "
SET HR=##################################################
SETLOCAL ENABLEDELAYEDEXPANSION
if [%1]==[] goto build
@t0m
t0m / make.bat
Last active December 11, 2015 07:09 — forked from kraz/make.bat
uglifyjs didn't like the paths in the original
@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=##################################################
SETLOCAL ENABLEDELAYEDEXPANSION