material-components / material-components-site-generator

Generator of Material Components documentation sites.
Apache License 2.0
79 stars 40 forks source link

Fix Bundler::GemfileNotFound issue #12

Closed Kerrick closed 7 years ago

Kerrick commented 7 years ago

This change fixes the following error I got when trying to build the ember-material-components-web documentation.

Building Jekyll site...Bundler::GemfileNotFound: /home/kerrick/Developer/material-components-site-generator/GEMFILE not found
  /home/kerrick/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/definition.rb:31:in `build'
  /home/kerrick/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler.rb:128:in `definition'
  /home/kerrick/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler.rb:94:in `setup'
  /home/kerrick/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/bundler-1.14.6/lib/bundler/setup.rb:20:in `<top (required)>'
  /home/kerrick/.rbenv/versions/2.4.1/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /home/kerrick/.rbenv/versions/2.4.1/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/home/kerrick/Developer/material-components-site-generator/scripts/lib/reporter.js:36
      throw e;
googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


Kerrick commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!

shyndman commented 7 years ago

Hey Kerrick,

Looks great. Thanks.

Are you trying to build a documentation site for your project?

Kerrick commented 7 years ago

Yep! I'm building an Ember.js adapter for MDC-Web.

shyndman commented 7 years ago

Very cool. I'm not sure this project will help much. We built it to generate the documentation site at https://material.io/components, but if it's useful go right ahead.