From 13104d4e67382a31c32ed55bc8dddbd6e9a41be5 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Mon, 23 Nov 2015 16:13:08 +0800 Subject: [PATCH] add experiment tool for es6 babel --- Gemfile | 5 +++++ config/application.rb | 1 + 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 781bee4..2e5dc7b 100644 --- a/Gemfile +++ b/Gemfile @@ -77,6 +77,11 @@ gem 'groupdate' gem 'font-awesome-rails', '~> 4.4' +#babeljs + +#gem 'sprockets', '>= 3.0.0' +#gem 'sprockets-es6' + group :development do gem 'capistrano' gem 'capistrano-rails' diff --git a/config/application.rb b/config/application.rb index 1b71f8b..7f6eb1f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -1,6 +1,7 @@ require File.expand_path('../boot', __FILE__) require 'rails/all' +#require 'sprockets/es6' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production.