Skip to content

Commit 52fe528

Browse files
committed
moved rickandmorty build to root
1 parent 2fa3d09 commit 52fe528

16 files changed

+4
-28
lines changed
-18.5 KB
Binary file not shown.
-15.3 KB
Binary file not shown.

projects/rickandmorty/build/showcase.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.
-16.6 KB
Binary file not shown.
-15.9 KB
Binary file not shown.
-16 KB
Binary file not shown.

projects/rickandmorty/index.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

projects/rickandmorty/vis/src/vis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const allEpisodes = [
6666
"All"
6767
];
6868

69-
export default (query, opts = { width: 960, height: 1500 }) => {
69+
export default (query, opts = { width: 960, height: 820 }) => {
7070
const container = document.querySelector(query);
7171
const { width, height } = opts;
7272
const svg = utils.createSvg(width, height);

projects/rickandmorty/vis/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
entry: `${__dirname}/src/index.js`,
2929
devtool: "inline-source-map",
3030
output: {
31-
path: `${__dirname}/..`,
31+
path: `${__dirname}/../../../rickandmorty`,
3232
filename: outputFile
3333
// library: libraryName,
3434
// libraryTarget: 'umd',

0 commit comments

Comments
 (0)