uglifyjs = "./node_modules/uglify-js/bin/uglifyjs"

# CodeMirror Library

SOURCE="./node_modules/codemirror/"

themes:
	node ./bin/exportify

all: themes

clean:
	rm ./theme/*
