Skip to content

Commit

Permalink
Deploying to gh-pages from @ 13079f0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 17, 2023
1 parent 8b6e847 commit 55c0217
Show file tree
Hide file tree
Showing 123 changed files with 3,857 additions and 597 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const path = require('path');
const liveEditor = require('@gfxfundamentals/live-editor');
const fixLinks = require('./build/fix-links.js');
const liveEditorPath = path.dirname(require.resolve('@gfxfundamentals/live-editor'));
const webgpuTypesPath = path.join(__dirname, 'node_modules', '@webgpu', 'types');

module.exports = function(grunt) {

Expand Down Expand Up @@ -63,6 +64,7 @@ module.exports = function(grunt) {
{ expand: false, src: '*', dest: 'out/', filter: noMdsNoFolders, },
{ expand: true, cwd: `${liveEditor.monacoEditor}/`, src: 'min/**', dest: 'out/monaco-editor/', nonull: true, },
{ expand: true, cwd: `${liveEditorPath}/src/`, src: '**', dest: 'out/webgpu/resources/', nonull: true, },
{ expand: true, cwd: `${webgpuTypesPath}/`, src: 'dist/**', dest: 'out/types/webgpu/', nonull: true, },
{ expand: true, src: 'webgpu/**', dest: 'out/', filter: noMds, },
{ expand: true, src: '3rdparty/**', dest: 'out/', },
],
Expand Down
134 changes: 67 additions & 67 deletions atom.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contributors.js

Large diffs are not rendered by default.

Binary file modified monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions monaco-editor/min/vs/base/common/worker/simpleWorker.nls.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55c0217

Please sign in to comment.