File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -58,20 +58,18 @@ var server = http.createServer(function(req, res) {
5858 }
5959} ) ;
6060
61-
62- // Start the server up!
63- server . listen ( PORT ) ;
64-
65- // open up browser window
66- open ( 'http://localhost:' + PORT + '/devtools/regl_codegen/index' + ( strict ? '-strict' : '' ) + '.html' ) ;
67-
6861// Build and bundle all the things!
6962await getMockFiles ( )
7063 . then ( readFiles )
7164 . then ( createMocksList )
7265 . then ( saveMockListToFile )
7366 . then ( saveReglTracesToFile . bind ( null , reglTraceList ) ) ;
7467
68+ // Start the server up!
69+ server . listen ( PORT ) ;
70+
71+ // open up browser window
72+ open ( 'http://localhost:' + PORT + '/devtools/regl_codegen/index' + ( strict ? '-strict' : '' ) + '.html' ) ;
7573
7674var devtoolsPath = path . join ( constants . pathToRoot , 'devtools/regl_codegen' ) ;
7775config . entryPoints = [ path . join ( devtoolsPath , 'devtools.js' ) ] ;
You can’t perform that action at this time.
0 commit comments