How to add shared library in InteliliJ / WebStorm that will be part of git submit?
I want to add an external library that I can share among many WebStorm packages. However, I still want that external package (let's say backbone) to be included as part of my project so when I submit to GitHub it will be part of everything that's uploaded to the repository.
At the same time, if I make a change to Backbone, everyone (every project) should get my change and even upload to common remote ftp.
is that possible?
only way I can think of is to setup a local sync using Gulp, but wondering is there is a better way?
regards,
Sean.