sprockets

(β˜… 985)

Rack-based asset packaging system

  • .gitattributes
  • .gitignore
  • .rubocop.yml
  • appveyor.yml
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • Gemfile
  • ISSUE_TEMPLATE.md
  • MIT-LICENSE
  • Rakefile
  • README.md
  • sprockets.gemspec
  • UPGRADING.md

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/rails/sprockets

Downloads the entire project code from GitHub to your computer.

cd sprockets

Moves into the project folder you just downloaded.

2. Ruby

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Ruby Ruby is required to use the bundle command.
appear in the bundle only once.

Type this command into your terminal and run it.

including it in the bundle. This is useful when you need to expire an

Type this command into your terminal and run it.

including them in the bundle. This is useful when you need to expire an

Type this command into your terminal and run it.

`stub` *path* excludes that asset and its dependencies from the asset bundle.

Type this command into your terminal and run it.

of the bundle. `stub` should only be used at the top level bundle, not

Type this command into your terminal and run it.

βœ… If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).

Pulled directly from this repo's README.

// repository documentation