Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !11600

add Gemfile to project since jekyll gem is invoked by default grunt task

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/westonplatter/add_gemfile into master Nov 23, 2013
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 3

Created by: westonplatter

since we’re using jekyll to compile the github pages, let’s add it as a tool in the listed dependencies so contributors don’t have to guess.

the following is my terminal output before adding the Gemfile

$ grunt

Running "recess:bootstrap" (recess) task File "dist/css/bootstrap.css" created.

Running "recess:min" (recess) task File "dist/css/bootstrap.min.css" created. Original: 125095 bytes. Minified: 102472 bytes.

Running "recess:theme" (recess) task File "dist/css/bootstrap-theme.css" created.

Running "recess:theme_min" (recess) task File "dist/css/bootstrap-theme.min.css" created. Original: 19464 bytes. Minified: 17493 bytes.

Running "jshint:gruntfile" (jshint) task

1 file lint free.

Running "jshint:src" (jshint) task

12 files lint free.

Running "jshint:test" (jshint) task

13 files lint free.

Running "qunit:files" (qunit) task

Testing js/tests/index.html Starting test suite

✔ All tests passed in 'transition' module ✔ All tests passed in 'alert' module ✔ All tests passed in 'button' module ✔ All tests passed in 'carousel' module ✔ All tests passed in 'collapse' module ✔ All tests passed in 'dropdowns' module ✔ All tests passed in 'modal' module ✔ All tests passed in 'scrollspy' module ✔ All tests passed in 'tabs' module ✔ All tests passed in 'tooltip' module ✔ All tests passed in 'popover' module ✔ All tests passed in 'affix' module

Tests completed in 2238 milliseconds 216 tests of 216 passed, 0 failed. OK

216 assertions passed (2238ms)

Running "jekyll:docs" (jekyll) task jekyll build was initiated.

Jekyll output: Warning: Command failed: rbenv: jekyll: command not found

The `jekyll' command exists in these Ruby versions: 2.0.0-p247

Use --force to continue.

Aborted due to warnings.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/westonplatter/add_gemfile