arvindr21 / slush-wean

A slush generator to generate Webkit Express Angular Node desktop apps
MIT License
35 stars 8 forks source link

application startup takes more than 50 secs #2

Closed johnramesh closed 9 years ago

johnramesh commented 9 years ago

Thanks for providing the slush-wean to build native apps quickly.

After build the app on windows using gulp build-win.When open the app ,it takes more than 50 secs.Can you please provide a solution to reduce the startup time.

arvindr21 commented 9 years ago

Not an issue. Glad I could be of help.

The build process is done using node-webkit-builder. The build generally takes some time. If you are facing issues, you can raise an issue here : https://github.com/mllrsohn/node-webkit-builder/issues

Thanks.

johnramesh commented 9 years ago

Ok Thanks for quick reply.

Build process is not my issue.After built the app,to open the app it takes much time.

arvindr21 commented 9 years ago

Can you share the build exe? I can try from end and see whats wrong.

johnramesh commented 9 years ago

ok,can i send the build.exe to this mail arvind.ravulavaru@gmail.com.

arvindr21 commented 9 years ago

Sure

johnramesh commented 9 years ago

build.exe is 90 mb so it might not accept to mail.tell me another way.

arvindr21 commented 9 years ago

Drop box or Drive?

On Mon, Nov 24, 2014 at 8:25 PM, johnramesh notifications@github.com wrote:

build.exe is 90 mb so it might not accept to mail.tell me another way.

— Reply to this email directly or view it on GitHub https://github.com/arvindr21/slush-wean/issues/2#issuecomment-64204514.

johnramesh commented 9 years ago

ok i will share on google drive.I will share the link after I upload.Thanks.

johnramesh commented 9 years ago

please go through the link and do the needful

https://drive.google.com/folderview?id=0Byhs5TlFiU8KSFZheGozT0dNNVk&usp=sharing

johnramesh commented 9 years ago

when I remove the node-webkit-builder from node_modules and build using node-webkit procedure like zip the app and using command "copy /b nw.exe+app.nw app.exe".Now the app is start up time reduced to less than 15 secs.

arvindr21 commented 9 years ago

In your gulp file, update the node-webkit-builder to the latest version and try running a build.

arvindr21 commented 9 years ago

closing as no update