Skip to content

Commit

Permalink
chore: adapt brickyard-cli@4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-ng committed Sep 1, 2017
1 parent 1b81050 commit 7f8403f
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 102 deletions.
13 changes: 1 addition & 12 deletions brickyard_modules/tutorial/angular2/plan/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
module.exports = {
includes: ['angular'],
modules: [
'buildtask/install',
// 'buildtask/build-script/typescript',
'buildtask/webpack/build',
'buildtask/webpack/split-vendor',
'buildtask/webpack/resource',
'buildtask/webpack-angular2',
'framework/webserver/webpack-dev-server',
'buildtask/watch',
'buildtask/run',

'framework-frontend/angular2/common',
'framework-frontend/webpack/index-template',
'tutorial/angular2',
],
config: {
Expand Down
14 changes: 1 addition & 13 deletions brickyard_modules/tutorial/react-native/plan/index.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
module.exports = {
includes: ['react-native'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/split-vendor',
'buildtask/webpack/css',
'buildtask/webpack/json',
'buildtask/webpack/resource',
'buildtask/webpack-react-native',
'buildtask/watch',
'buildtask/run',
'framework/webserver/webpack-dev-server',
'framework-frontend/react-native-web-polyfill',
'framework-frontend/webpack/index-template',

'tutorial/react-native',
],
config: {
Expand Down
4 changes: 2 additions & 2 deletions brickyard_modules/tutorial/react/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "brickyard-developer",
"license": "ISC",
"devDependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}
4 changes: 2 additions & 2 deletions brickyard_modules/tutorial/react/comment-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "brickyard-developer",
"license": "ISC",
"devDependencies": {
"jquery": "^3.1.1",
"react": "^15.3.2"
"jquery": "^3.2.1",
"react": "^15.6.1"
}
}
2 changes: 1 addition & 1 deletion brickyard_modules/tutorial/react/comment-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"author": "brickyard-developer",
"license": "ISC",
"devDependencies": {
"react": "^15.3.2"
"react": "^15.6.1"
}
}
2 changes: 1 addition & 1 deletion brickyard_modules/tutorial/react/comment-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"author": "brickyard-developer",
"license": "ISC",
"devDependencies": {
"react": "^15.3.2"
"react": "^15.6.1"
}
}
2 changes: 1 addition & 1 deletion brickyard_modules/tutorial/react/comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "brickyard-developer",
"license": "ISC",
"devDependencies": {
"react": "^15.3.2",
"react": "^15.6.1",
"remarkable": "^1.7.1"
}
}
11 changes: 1 addition & 10 deletions brickyard_modules/tutorial/react/plan/index.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
module.exports = {
includes: ['react'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/split-vendor',
'buildtask/webpack/common-shim',
'buildtask/webpack/css',
'buildtask/webpack/resource',
'buildtask/webpack-react',
'buildtask/watch',

'framework-frontend/webpack/index-template',
'tutorial/react',
],
config: {
Expand Down
13 changes: 1 addition & 12 deletions brickyard_modules/tutorial/vue/plan/chat/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
module.exports = {
includes: ['vue'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/babel',
'buildtask/webpack/common-shim',
'buildtask/webpack/split-vendor',
'buildtask/webpack/resource',
'buildtask/webpack/css',
'buildtask/webpack-vue',
'framework/webserver/webpack-dev-server',
'buildtask/watch',
'buildtask/run',

'framework-frontend/webpack/index-template',
'tutorial/vue/logger',
'tutorial/vue/plan/chat',
Expand Down
13 changes: 1 addition & 12 deletions brickyard_modules/tutorial/vue/plan/counter-hot/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
module.exports = {
includes: ['vue'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/babel',
'buildtask/webpack/common-shim',
'buildtask/webpack/split-vendor',
'buildtask/webpack/resource',
'buildtask/webpack/css',
'buildtask/webpack-vue',
'framework/webserver/webpack-dev-server',
'buildtask/watch',
'buildtask/run',

'framework-frontend/webpack/index-template',
'tutorial/vue/plan/counter-hot',
'tutorial/vue/counter-hot',
Expand Down
13 changes: 1 addition & 12 deletions brickyard_modules/tutorial/vue/plan/counter/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
module.exports = {
includes: ['vue'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/babel',
'buildtask/webpack/common-shim',
'buildtask/webpack/split-vendor',
'buildtask/webpack/resource',
'buildtask/webpack/css',
'buildtask/webpack-vue',
'framework/webserver/webpack-dev-server',
'buildtask/watch',
'buildtask/run',

'framework-frontend/webpack/index-template',
'tutorial/vue/plan/counter',
'tutorial/vue/counter',
Expand Down
13 changes: 1 addition & 12 deletions brickyard_modules/tutorial/vue/plan/shopping-cart/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
module.exports = {
includes: ['vue'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/babel',
'buildtask/webpack/common-shim',
'buildtask/webpack/split-vendor',
'buildtask/webpack/resource',
'buildtask/webpack/css',
'buildtask/webpack-vue',
'framework/webserver/webpack-dev-server',
'buildtask/watch',
'buildtask/run',

'framework-frontend/webpack/index-template',
'tutorial/vue/logger',
'tutorial/vue/plan/shopping-cart',
Expand Down
13 changes: 1 addition & 12 deletions brickyard_modules/tutorial/vue/plan/todo/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
module.exports = {
includes: ['vue'],
modules: [
'buildtask/install',
'buildtask/webpack/build',
'buildtask/webpack/babel',
'buildtask/webpack/common-shim',
'buildtask/webpack/split-vendor',
'buildtask/webpack/resource',
'buildtask/webpack/css',
'buildtask/webpack-vue',
'framework/webserver/webpack-dev-server',
'buildtask/watch',
'buildtask/run',

'framework-frontend/webpack/index-template',
'tutorial/vue/logger',
'tutorial/vue/plan/todo',
Expand Down

0 comments on commit 7f8403f

Please sign in to comment.