Commit 0d22a8bc authored by Alex Beregszaszi's avatar Alex Beregszaszi

Introduce CSS lint

parent f7269fbb
......@@ -10,6 +10,7 @@
"browser-test-remote-chrome": "nightwatch --config nightwatch.js --env chrome",
"browser-test-remote-safari": "nightwatch --config nightwatch.js --env safari",
"build": "mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js",
"csslint": "csslint assets/css/",
"downloadsolc": "rm soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js",
"lint": "semistandard",
"serve": "http-server ."
......@@ -17,6 +18,7 @@
"devDependencies": {
"brace": "^0.8.0",
"browserify": "^13.0.0",
"csslint": "^1.0.2",
"es6-shim": "^0.35.1",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-block": "^1.2.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment