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 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" ,
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+ }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments