Skip to content

Commit 6a43030

Browse files
committed
copy a .map file to www/ when building
1 parent f3ce75f commit 6a43030

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
@@ -13,7 +13,7 @@
1313
"prebuild": "npm run clean",
1414
"test": "./test/run_tests_and_server.sh",
1515
"dev": "webpack --progress --colors --config webpack.config.js --mode=development",
16-
"build": "webpack --progress --colors --config webpack.config.js --mode=production && cp dist/webgazer.js www/. && cp dist/webgazer.js www/data/src/.",
16+
"build": "webpack --progress --colors --config webpack.config.js --mode=production && cp dist/webgazer.js www/. && cp dist/webgazer.js www/data/src/. && cp dist/webgazer.js.map www/. && cp dist/webgazer.js.map www/data/src/.",
1717
"gen_docs": "jsdoc -c jsdoc.conf.json src/*"
1818
},
1919
"files": [

0 commit comments

Comments
 (0)