After a major refactor, we've ended up in a case where custom js libs are written to file for every git operation. This can lead to serious performance issue when the application has couple of js libs.
We should write the JS lib to file only when there's a change.
After a major refactor, we've ended up in a case where custom js libs are written to file for every git operation. This can lead to serious performance issue when the application has couple of js libs.
We should write the JS lib to file only when there's a change.