Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stephomi committed Jun 25, 2022
1 parent 22a5c09 commit 2f49099
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 81 deletions.
77 changes: 0 additions & 77 deletions app/sculptgl.js.LICENSE.txt

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dev": "node_modules/.bin/webpack -w",
"server": "http-server app -p 8080",
"release": "node_modules/.bin/webpack --env release",
"webad": "node_modules/.bin/webpack --env.webad",
"website": "node_modules/.bin/webpack --env.website",
"webad": "node_modules/.bin/webpack --env webad",
"website": "node_modules/.bin/webpack --env website",
"buildElectron": "yarn release && rm -rf standalone/app/ && cp -R app/ standalone/ && cp package.json standalone",
"standalone": "yarn buildElectron && cd standalone && node buildStandalone.js"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/index.release.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>

<script src='sculptgl.js'></script>
<script src='//cdn.webglstats.com/stat.js' defer='defer' async='async'></script>
<!-- <script src='//cdn.webglstats.com/stat.js' defer='defer' async='async'></script> -->
</body>

</html>
2 changes: 1 addition & 1 deletion tools/index.website.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>

<script src='sculptgl.js'></script>
<script src='//cdn.webglstats.com/stat.js' defer='defer' async='async'></script>
<!-- <script src='//cdn.webglstats.com/stat.js' defer='defer' async='async'></script> -->
</body>

</html>

0 comments on commit 2f49099

Please sign in to comment.