Skip to content

Commit aff6c63

Browse files
committed
1 parent 4c41a32 commit aff6c63

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.vscode/launch.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"type": "node",
8+
"type": "pwa-node",
99
"request": "launch",
1010
"name": "Launch Program",
1111
"program": "${workspaceFolder}/node_modules/grunt/bin/grunt",
@@ -15,6 +15,19 @@
1515
"args": [
1616
"buildlessons"
1717
]
18-
}
18+
},
19+
{
20+
"type": "pwa-node",
21+
"request": "launch",
22+
"name": "Debug Production",
23+
"program": "${workspaceFolder}/node_modules/grunt/bin/grunt",
24+
"env": {
25+
"ARTICLE_FILTER": "qna",
26+
"LESSON_BUILDER_ENV": "production",
27+
},
28+
"args": [
29+
"buildlessons"
30+
]
31+
},
1932
]
20-
}
33+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Some WebGL Tutorials designed for real WebGL and not 20yr old OpenGL",
55
"main": "index.js",
66
"devDependencies": {
7-
"@gfxfundamentals/lesson-builder": "git+https://github.com/gfxfundamentals/lesson-builder.git#v1.17.4",
7+
"@gfxfundamentals/lesson-builder": "git+https://github.com/gfxfundamentals/lesson-builder.git#v1.17.5",
88
"@gfxfundamentals/live-editor": "git+https://github.com/gfxfundamentals/live-editor.git#v1.2.0",
99
"eslint-plugin-google-camelcase": "0.0.2",
1010
"eslint-plugin-html": "6.1.1",

0 commit comments

Comments
 (0)