# Guardfile for development only!
# -*- encoding: utf8;mode: ruby -*-
#
guard :less do
	watch(%r{^style/style.less$})
end
