node.js - Meteor file modified refresh taking 2 minutes -


i having big problem meteor. build process "meteor run" extremely slow takes 10 minutes not bad part since happens once when starting.

the bad part takes ~2 minutes show changes, file changed watcher taking long.

when working basic example feedback way better ~5 seconds , workable working on real project impossible make progress.

i have around 40 packages in packages file , using latest meteor (1.3.2.4 @ time).

there ton of questions around problem #4284 #6750, don't know if there tip bypass issue ( changing config,adding more ram or ).

it there no solution of helpful if there way limit file watch folder @ moment.

update: noticed there ".node_modules" in root of app can excluded build process? thank guys!

try webpack meteor.

it supports hot module reload, can shorten rebuild times lot. there differences compared default build process, you'll need learn thing or 2 it, worth time.

try fetching kickstart-meteor-react-flowrouter github.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -