finders.py
2.55 KB
-
Exclude node_modules in FileSystemFinder. · de6db1d2
Some bower components (such as TinyMCE) require the user to use node and npm to install build dependencies and build the static components. This results in a node_modules, created by npm, directory inside the bower component directory. This is a very large directory not part of the final built static files. So ignore it.
Jon Dufresne committed