Skip to content

Commit

Permalink
Fixed example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 17, 2016
1 parent d89972d commit 5342e4a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -13,10 +13,10 @@
display: inline-block; display: inline-block;
} }
</style> </style>
<script src="../build/model-gltf.js"></script> <script src="dist/model-gltf.js"></script>
<script src="../build/model-obj.js"></script> <script src="dist/model-obj.js"></script>
<script src="../build/model-stl.js"></script> <script src="dist/model-stl.js"></script>
<script src="../build/model-three.js"></script> <script src="dist/model-three.js"></script>
</head> </head>
<body> <body>
<div> <div>
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
@@ -1,5 +1,5 @@
export default { export default {
dest: `build/model-${process.env.entry}.js`, dest: `dist/model-${process.env.entry}.js`,
entry: `src/model-${process.env.entry}.js`, entry: `src/model-${process.env.entry}.js`,
format: 'iife' format: 'iife'
}; };

0 comments on commit 5342e4a

Please sign in to comment.