Ignore olm when building vector

pull/4/head
Mark Haines 2015-07-23 10:28:52 +01:00
parent 11f5561be6
commit ccaeb43ff3
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"watchify": "^3.2.1"
},
"scripts": {
"build": "browserify -t [ envify --NODE_ENV production ] -t reactify index.js | uglifyjs -c -m -o bundle.js",
"start": "parallelshell \"watchify -v -d -t reactify index.js -o bundle.js\" \"http-server\""
"build": "browserify --ignore olm -t [ envify --NODE_ENV production ] -t reactify index.js | uglifyjs -c -m -o bundle.js",
"start": "parallelshell \"watchify --ignore olm -v -d -t reactify index.js -o bundle.js\" \"http-server\""
}
}