Sha256: 4559d3393fb9c20625b963e505b7d933bc52d7cc0b4a94acac0a8b3c6ecc0131

Contents?: true

Size: 1.2 KB

Versions: 72

Compression:

Stored size: 1.2 KB

Contents

#
# BUILD BOOTSWATCH SWATCH
#

OUTPUT_PATH = swatch

bootswatch:
	recess --compile swatchmaker.less > ${OUTPUT_PATH}/bootstrap.css
	recess --compress swatchmaker.less > ${OUTPUT_PATH}/bootstrap.min.css
	recess --compile swatchmaker-responsive.less > ${OUTPUT_PATH}/bootstrap-responsive.css
	recess --compress swatchmaker-responsive.less > ${OUTPUT_PATH}/bootstrap-responsive.min.css

bootstrap:
	-test -d bootstrap && rm -r bootstrap
	curl --location -o bootstrap-v2.3.2.tar.gz https://github.com/twbs/bootstrap/archive/v2.3.2.tar.gz
	tar -xvzf bootstrap-v2.3.2.tar.gz
	mv bootstrap-2.3.2 bootstrap
	rm bootstrap-v2.3.2.tar.gz

default:
	-test -f ${OUTPUT_PATH}/variables.less && rm ${OUTPUT_PATH}/variables.less
	-test -f ${OUTPUT_PATH}/bootswatch.less && rm ${OUTPUT_PATH}/bootswatch.less
	curl --location -o ${OUTPUT_PATH}/variables.less https://raw.github.com/twbs/bootstrap/v2.3.2/less/variables.less
	curl --location -o ${OUTPUT_PATH}/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less
	make bootswatch

watcher:
	ruby watcher.rb

server:
	open http://localhost:8000/test/test.html
	python -m SimpleHTTPServer

.PHONY: bootswatch bootstrap default watcher server

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
card-mod-bootstrap-0.18.1 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.18.0 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.17.0 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.16.0 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.6 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.5 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.4 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.3 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.1.2 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.2.pre1 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.1.1 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.1 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.15.0 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.14.2 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.14.1 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.14.0 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.13.4 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.13.3 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.13.2 vendor/bootswatch/docs/2/swatchmaker/Makefile
card-mod-bootstrap-0.13.1 vendor/bootswatch/docs/2/swatchmaker/Makefile