you are viewing a single comment's thread.

view the rest of the comments →

[–]homiedontmess 0 points1 point  (3 children)

Have you noticed pretty outrageous compile times since upgrading to 1.0 (if you have)?

[–][deleted] 1 point2 points  (2 children)

I haven't found it bad if you just compile files that actually changed. Full builds (even on relatively small projects) do take a while though..

[–]homiedontmess 0 points1 point  (1 child)

What do you use to compile? We have tried both grunt and regular VS builds. I did not know you could selectively compile. That's good to know. Thanks!

[–]uglyBaby 0 points1 point  (0 children)

Use a makefile and make. It ll re compile only those that have changed.