Is there any way to make Catalyst ignore certain directories? I'm using gulp to process Sass files and javascript as well as handle other project management tasks. Gulp modules are installed into a project directory called "node_modules." This directory can be quite huge -- mine is over 80MB -- and when the Catalyst development server runs, it eats up an excessive amount of resources when node_modules is present. Normal perl CPU usage for the server is 1% or less. With node_modules present, it runs 12% and over even at rest.
Catalyst is obviously trying to do something with the files in this directory, and it would be nice if I could tell it to skip them entirely. All I've managed to find, though, are ways to make Catalyst ignore .pm files (with Module::Pluggable) and static files in root (with Static::Simple). Otherwise, the only solution I can see is to create another subdirectory on the same level as node_modules and move all things Catalyst into it, and that's not optimal.
In reply to Ignoring directories in Catalyst by LunarCowgirl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |