Closed kcampion closed 8 years ago
@kcampion We have never had any such issue with electron-connect
. Can you identify if your app itself is taking so long to start up?
@ssreekanth My app starts in less than 1 sec with # electron .
I continue the investigations to know why.
@ssreekanth My apologies, I forgot to exclude the Bower folder into the gulp watch:
gulp.watch([
'index.html',
'app/**/*.js',
'!app/bower_components/**', <- This line
'app/assets/css/**/*.css'
], electron.reload);
Now, the starting of electron-connect takes 3 sec :)
@kcampion 👍
When I start electron-connect with gulp, it take about 30 sec to launch the app:
I'm under MacOs Sierra, node v6.7.0, gulp v3.9.1, gulp CLI v1.2.1 and electron-connect v0.6.0