diff options
| author | jpl | 2016-11-02 15:57:33 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-08 18:15:11 +0100 |
| commit | d512e3784530ae89aeec221fc2ee850cac13f650 (patch) | |
| tree | 3794976e2e66fe4cb3e552ea56099f9c60a55aa9 /Gemfile | |
| parent | b6b1cffa4888273ea2e1d7d3e11189385a706af1 (diff) | |
| download | chouette-core-d512e3784530ae89aeec221fc2ee850cac13f650.tar.bz2 | |
adding es6 for itineraries devpt
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ gem 'uglifier', '~> 2.7.2' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~> 4.0.0' +# ES6 powa +gem 'browserify-rails' + # Use jquery as the JavaScript library gem 'jquery-rails', '~> 3.1.4' # Update to v4 for Rails 4.2 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks |
