remove the last bit of compiled css

This commit is contained in:
ansuz
2017-06-28 14:51:49 +02:00
parent 7a7307d560
commit 5e56ad912e
5 changed files with 11 additions and 1481 deletions

View File

@@ -18,7 +18,6 @@
"scripts": {
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
"test": "node TestSelenium.js",
"style": "lessc ./customize.dist/src/less/toolbar.less > ./customize.dist/toolbar.css",
"template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../about.html ../contact.html ../../www/login/index.html ../../www/register/index.html ../../www/settings/index.html ../../www/user/index.html;do echo $page; cp template.html $page; done;"
}
}