From 7889dc40f26e6a59d6fe4845ed1001078c2be44e Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 8 Jul 2016 16:44:26 +0200 Subject: [PATCH] compile toolbar less --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b44cdb714..cdd27bbe3 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "scripts": { "lint": "jshint --config .jshintrc --exclude-path .jshintignore .", "test": "node TestSelenium.js", - "style": "lessc ./customize.dist/src/cryptpad.less > ./customize.dist/main.css && lessc ./customize.dist/src/alertify.less > ./customize.dist/alertify.css" + "style": "lessc ./customize.dist/src/cryptpad.less > ./customize.dist/main.css && lessc ./customize.dist/src/alertify.less > ./customize.dist/alertify.css && lessc ./customize.dist/src/toolbar.less > ./customize.dist/toolbar.css" } }