jekyll-babel
jekyll-babel copied to clipboard
A Babel converter for Jekyll.
- Updated `.gemspec` file to use latest dependency versions. - Fixed `.travis.yml` so it could use Bundler 2.0 and newer versions of Ruby. - Updated README file to reflect changes...
In #6, @primerano offers a patch to support custom babel options via the `config.yml` file. Would you consider merging that patch in the gem? It would be neat to use...
Hi there! I'd love to use the `jekyll-babel` plugin since I'm creating some WebComponents for my theme. Now, from what I've understood is that `jekyll-babel` takes all JavaScript files and...
After installing `jekyll-babel`, I noticed a 6s~10s jump in compile time. I was able to isolate the performance regression to `jekyll-babel` by creating a new project and creating a single...
On my Windows 10 64-bit it fails with: ``` Conversion error: Jekyll::Converters::Babel encountered an error while converting 'assets/js/components/PlayButton.es6': (execjs):1: ExecJS::RuntimeError from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/execjs-2.7.0/lib/execjs/external_runtime.rb:184:in `exec_runtime' from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/execjs-2.7.0/lib/execjs/external_runtime.rb:39:in `exec' from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/execjs-2.7.0/lib/execjs/external_runtime.rb:14:in `initialize' from...