moved themes into examples
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
|
@ -1,16 +0,0 @@
|
||||||
COLORBOX_PATH=colorbox/static/css
|
|
||||||
GALLERIA_PATH=galleria/static/css
|
|
||||||
|
|
||||||
all:
|
|
||||||
sass $(COLORBOX_PATH)/style.scss:$(COLORBOX_PATH)/style.min.css --style compressed
|
|
||||||
sass $(GALLERIA_PATH)/style.scss:$(GALLERIA_PATH)/style.min.css --style compressed
|
|
||||||
|
|
||||||
colorbox:
|
|
||||||
sass --watch $(COLORBOX_PATH)/style.scss:$(COLORBOX_PATH)/style.min.css \
|
|
||||||
--style compressed
|
|
||||||
|
|
||||||
galleria:
|
|
||||||
sass --watch $(GALLERIA_PATH)/style.scss:$(GALLERIA_PATH)/style.min.css \
|
|
||||||
--style compressed
|
|
||||||
|
|
||||||
.PHONY: colorbox galleria
|
|