Skip to content

Commit

Permalink
new zuul config
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 6, 2015
1 parent 1c06afd commit 6ec9b53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .zuul.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"babel-core": "^4.5.1",
"babel-loader": "^4.0.0",
"babel-runtime": "^4.7.16",
"babelify": "^5.0.4",
"browser-serialport": "git://github.com/garrows/browser-serialport#update",
"chalk": "^1.0.0",
"css-loader": "^0.9.1",
Expand All @@ -47,7 +46,8 @@
"style-loader": "^0.8.3",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0",
"zuul": "^3.2.0"
"zuul": "^3.2.0",
"zuul-builder-webpack": "^1.1.0"
},
"scripts": {
"test": "zuul test/*.js --local --open",
Expand Down
7 changes: 7 additions & 0 deletions zuul.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

module.exports = {
builder: 'zuul-builder-webpack',
webpack: require('./webpack.config'),
ui: 'mocha-bdd'
};

0 comments on commit 6ec9b53

Please sign in to comment.