File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
7
{
8
- "type" : " node" ,
8
+ "type" : " pwa- node" ,
9
9
"request" : " launch" ,
10
10
"name" : " Launch Program" ,
11
11
"program" : " ${workspaceFolder}/node_modules/grunt/bin/grunt" ,
15
15
"args" : [
16
16
" buildlessons"
17
17
]
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
+ },
19
32
]
20
- }
33
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " Some WebGL Tutorials designed for real WebGL and not 20yr old OpenGL" ,
5
5
"main" : " index.js" ,
6
6
"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 " ,
8
8
"@gfxfundamentals/live-editor" : " git+https://github.com/gfxfundamentals/live-editor.git#v1.2.0" ,
9
9
"eslint-plugin-google-camelcase" : " 0.0.2" ,
10
10
"eslint-plugin-html" : " 6.1.1" ,
You can’t perform that action at this time.
0 commit comments