Closed gladion136 closed 9 months ago
Great idea, this will definitely streamline things significantly for a lot of people! Thanks, and sorry for the late reply!
There seem to be some issues in perseus-rocket
that are unrelated to this PR but causing the tests to fail, I'll investigate this...
All fixed on main
, syncing from there should work.
Sorry for the late reply! The branch is now rebased to main.
The Problem
Like described inside this issue: 309
perseus serve -w
is very slow when listening to a large number of files.This change
This PR will not fix this in every case but it adds the
node_modules
folder to the watch exclusions. The 'node_modules' folder is similar to thetarget
folder but from npm and it's often huge. I think a lot of developer has anode_modules
folder because they are using bootstrap, tailwind or some other npm dependencies inside there perseus projects.