Disable dev server cache

This commit is contained in:
Abraham Williams
2019-08-22 15:27:46 -05:00
parent bce85b6e45
commit 07dce5d474

View File

@@ -12,7 +12,7 @@
"jshint": "^2.10.2" "jshint": "^2.10.2"
}, },
"scripts": { "scripts": {
"start": "http-server", "start": "http-server -c-1",
"test": "jshint travis.js" "test": "jshint travis.js"
} }
} }