joatuapp / joatu-app

The JoatU application, written in Ruby on Rails and ChaplinJS.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Javascript dependencies should be managed with Bower #26

Open undergroundwebdesigns opened 9 years ago

undergroundwebdesigns commented 9 years ago

Currently all Javascript dependencies have been manually copied to the Vendor folder. It would be nice to use a package manager for these (likely Bower) to ease upgrades later.