Improve the homepage with new images and translations

This commit is contained in:
yflory
2017-02-03 16:03:36 +01:00
parent 46b48df966
commit 02439e0f61
19 changed files with 147 additions and 111 deletions

View File

@@ -16,7 +16,7 @@
"scripts": {
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
"test": "node TestSelenium.js",
"style": "lessc ./customize.dist/src/less/cryptpad.less > ./customize.dist/main.css && lessc ./customize.dist/src/less/toolbar.less > ./customize.dist/toolbar.css",
"style": "lessc ./customize.dist/src/less/cryptpad.less > ./customize.dist/main.css && lessc ./customize.dist/src/less/toolbar.less > ./customize.dist/toolbar.css && lessc ./www/drive/file.less > ./www/drive/file.css",
"template": "cd customize.dist/src && node build.js"
}
}