Skip to content

Commit 44974ee

Browse files
committed
add new build with travis.yml
1 parent e671d1b commit 44974ee

File tree

5 files changed

+49
-3
lines changed

5 files changed

+49
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: node_js

docs/3d-cubes/3d-cubes-1fb9339c0e7165f9bd6f.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/3d-cubes/3d-cubes-bfca8c6c57c71bdcd6ce.js

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/3d-cubes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>3D Cubes</title>
7-
<link href="3d-cubes-3aa152466a97c5ae7064.css" rel="stylesheet"></head>
7+
<link href="3d-cubes-1fb9339c0e7165f9bd6f.css" rel="stylesheet"></head>
88
<body>
99
<div id="root"></div>
10-
<script type="text/javascript" src="3d-cubes-4f5effff8612d47bb681.js"></script></body>
10+
<script type="text/javascript" src="3d-cubes-bfca8c6c57c71bdcd6ce.js"></script></body>
1111
</html>

examples/3d-cubes/webpack/webpack.build.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const buildConfig = {
1616
output: {
1717
filename: '[name]-[chunkhash].js',
1818
chunkFilename: '[name]-[chunkhash].chunk.js',
19-
path: `${rootPath}/website/3d-cubes`,
19+
path: `${rootPath}/docs/3d-cubes`,
2020
},
2121
};
2222

0 commit comments

Comments
 (0)