Skip to content

Commit

Permalink
Merge pull request #98 from jpmorganchase/rebuild2
Browse files Browse the repository at this point in the history
Fixed -examples modules
  • Loading branch information
texodus authored Apr 24, 2018
2 parents 578f6d5 + 82b08cc commit 6ff3728
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/perspective-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"scripts": {
"start": "npm run copy && npm run build",
"build": "npm-run-all -l -p build:*",
"build:view": "webpack --config ../perspective-viewer/test/config/view.config.js --context ../perspective-viewer/",
"build:hypergrid": "webpack --config ../perspective-viewer-hypergrid/test/config/hypergrid.config.js --context ../perspective-viewer-hypergrid/",
"build:highcharts": "webpack --config ../perspective-viewer-highcharts/test/config/highcharts.config.js --context ../perspective-viewer-highcharts/",
"build:view": "webpack --config ../perspective-viewer/test/config/view.config.js --context ../perspective-viewer/ --output-path ../perspective-examples/build",
"build:hypergrid": "webpack --config ../perspective-viewer-hypergrid/test/config/hypergrid.config.js --context ../perspective-viewer-hypergrid/ --output-path ../perspective-examples/build",
"build:highcharts": "webpack --config ../perspective-viewer-highcharts/test/config/highcharts.config.js --context ../perspective-viewer-highcharts/ --output-path ../perspective-examples/build",
"compile_test": "npm run copy",
"copy": "mkdir -p build && cp -r node_modules/@jpmorganchase/perspective/build/* build && cp -r node_modules/@jpmorganchase/perspective-viewer/build/* build && cp -r node_modules/@jpmorganchase/perspective-viewer-hypergrid/build/* build && cp -r node_modules/@jpmorganchase/perspective-viewer-highcharts/build/* build && cp src/html/* build && cp src/json/* build && cp src/csv/* build && cp src/css/* build && cp src/js/* build",
"copy": "mkdir -p build && cp -r node_modules/@jpmorganchase/perspective/build/* build && cp src/html/* build && cp src/json/* build && cp src/csv/* build && cp src/css/* build && cp src/js/* build",
"host": "http-server build/",
"clean": "find build -mindepth 1 -delete"
},
Expand Down
1 change: 0 additions & 1 deletion packages/perspective-examples/src/js/view.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/perspective/src/config/perspective.node.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const common = require('./common.config.js');
module.exports = Object.assign({}, common(), {
entry: './src/js/perspective.node.js',
target: "node",
externals: [/^[a-z0-9\@].*$/],
plugins: [],
node: {},
output: {
Expand Down

0 comments on commit 6ff3728

Please sign in to comment.