publiclab / image-sequencer

A pure JavaScript sequential image processing system, inspired by storyboards
https://sequencer.publiclab.org
GNU General Public License v3.0
110 stars 208 forks source link

Grunt Browserify takes too long for hot reload #1478

Open harshkhandeparkar opened 4 years ago

harshkhandeparkar commented 4 years ago

Please describe the problem (or idea)

Some time back, the browserify and minify grunt tasks were separated to make hot reload via the watch task faster. Since then, a lot of new code has been added and browserify takes around 3 seconds! This is too long for hot reloading.

A temporary but good enough fix would be to create separate browserify task for UI and core code as they are browserified to different files.

Please show us where to look

https://beta.sequencer.publiclab.org

What's your PublicLab.org username?

This can help us diagnose the issue:

Browser, version, and operating system

Many bugs are related to these -- please help us track it down and reproduce what you're seeing!


Thank you!

Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.

To learn how to write really great issues, which increases the chances they'll be resolved, see:

https://publiclab.org/wiki/developers#Contributing+for+non-coders

harshkhandeparkar commented 4 years ago

I want to work on this. @publiclab/is-reviewers can I do this one for GCI as a medium task or something?

harshkhandeparkar commented 4 years ago

Anyone? @keshav234156 @jywarren @SidharthBansal ?

keshav234156 commented 4 years ago

Yes