You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably has an obvious answer but I haven't been able to find it. Why does the vendor/ directory contain jQuery, Backbone, etc., all committed to version control? Why not just use NPM to install dependencies? It would make the codebase much smaller and cleaner, and would discourage uninformed developers from trying to directly modify vendor libraries.
The text was updated successfully, but these errors were encountered:
This probably has an obvious answer but I haven't been able to find it. Why does the
vendor/
directory contain jQuery, Backbone, etc., all committed to version control? Why not just use NPM to install dependencies? It would make the codebase much smaller and cleaner, and would discourage uninformed developers from trying to directly modify vendor libraries.The text was updated successfully, but these errors were encountered: