implement 'FRESH MODE'

This commit is contained in:
ansuz
2017-12-11 11:13:06 +01:00
parent 024aa741a7
commit 5f0a865028
2 changed files with 9 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
"scripts": {
"start": "node server.js",
"dev": "DEV=1 node server.js",
"fresh": "FRESH=1 node server.js",
"lint": "jshint --config .jshintrc --exclude-path .jshintignore . && ./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
"flow": "./node_modules/.bin/flow",
"test": "node TestSelenium.js",