Skip to content

Commit a077484

Browse files
author
Alice Hsiao
committed
Added argument to disable server caching so JS files are always served upon reload
1 parent 5f57db4 commit a077484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sample code and documentation for the Tableau Extensions API.",
55
"scripts": {
66
"build": "npm run lint && webpack --config webpack.config.js --display-error-details",
7-
"start": "node node_modules/http-server/bin/http-server -p 8765",
7+
"start": "node node_modules/http-server/bin/http-server -p 8765 -c-1",
88
"start-sandbox": "npx tabextsandbox --config sandbox-config.json",
99
"lint": "npm run jslint && npm run tslint",
1010
"jslint": "semistandard ./Samples/*/*.js",

0 commit comments

Comments
 (0)