Rebuild xterm.js even when CSS changes

Otherwise you had to run `npm build` manually every time you changed a CSS file to see the updated result in the demo.
This commit is contained in:
Paris Kasidiaris
2017-03-15 18:36:06 +02:00
parent eb25e88754
commit 5225a6e27a
+1 -1
View File
@@ -68,7 +68,7 @@
"scripts": {
"prestart": "npm run build",
"start": "node demo/app",
"dev": "nodemon -e js,ts --watch src --watch demo --exec npm start",
"dev": "nodemon -e js,ts,css --watch src --watch demo --exec npm start",
"lint": "tslint src/*.ts src/**/*.ts",
"test": "gulp test",
"build:docs": "jsdoc -c jsdoc.json",