Reputation: 1846
I have migrated my meteor 1.2.1 code base to meteor 1.3.0 and also moved all client code to imports/ui to utilize lazy loading feature for imports folder. My problem is, If I am changing any client side file its restarting every time, which slows down development time in meteor 1.3.0 as I have to wait for building process.
Please provide your suggestion or best approach to overcome this issue.
Upvotes: 1
Views: 44
Reputation: 1846
As I have used Meteor 1.3.0 imports directory structure I have faced that issue but below are solution.
Moreover now you can also use latest version of meteor which help to speed up startup building your app.
Hope this will help you solve problem.
Upvotes: 1
Reputation: 896
Meteor 1.4.2 is been released in these days.
In the official forum they say: The big news is improved rebuild performance. Maybe you should give a try.
Upvotes: 0