UB-Mannheim / ocr-gt-tools

Ergonomic line-by-line transcription of scanned text.
GNU Affero General Public License v3.0
47 stars 11 forks source link

Use an asset manager to bundle JS libraries #5

Closed kba closed 8 years ago

kba commented 8 years ago

Right now, jquery and jquery plugins are directly checked into the repository. While in generally a good idea, it might be good to use a front-end package manager like bower to have a clean way to update/downgrade/add additional libs (e.g. autocompletion, zoom...) in the future.