Skip to content

Commit 53c8b9b

Browse files
committed
no single quotes because windows
1 parent df39c3a commit 53c8b9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"style": "bundle.css",
1212
"scripts": {
1313
"reskindex": "reskindex vector -h src/skins/vector/header",
14-
"build:css": "catw 'src/skins/vector/css/**/*.css' -o vector/bundle.css -c uglifycss --no-watch",
14+
"build:css": "catw \"src/skins/vector/css/**/*.css\" -o vector/bundle.css -c uglifycss --no-watch",
1515
"build:compile": "babel --source-maps -d lib src",
1616
"build:bundle": "NODE_ENV=production webpack -p lib/vector/index.js vector/bundle.js",
1717
"build": "npm run build:css && npm run build:compile && npm run build:bundle",
1818
"start:js": "webpack -w src/vector/index.js vector/bundle.js",
19-
"start:skins:css": "catw 'src/skins/vector/css/**/*.css' -o vector/bundle.css",
19+
"start:skins:css": "catw \"src/skins/vector/css/**/*.css\" -o vector/bundle.css",
2020
"//cache": "Note the -c 1 below due to https://code.google.com/p/chromium/issues/detail?id=508270",
21-
"start": "parallelshell 'npm run start:js' 'npm run start:skins:css' 'http-server -c 1 vector'",
21+
"start": "parallelshell \"npm run start:js\" \"npm run start:skins:css\" \"http-server -c 1 vector\"",
2222
"clean": "rimraf lib vector/bundle.css vector/bundle.js vector/bundle.js.map",
2323
"prepublish": "npm run build:css && npm run build:compile"
2424
},

0 commit comments

Comments
 (0)