-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Decide whether to use `bundle` or `jekyll` based on the presence of `Gemfile` or `Gemfile.lock` 2. Use `$(SHELL)` to call `bin/knit_lessons.sh`: this let's us avoid relying on `/usr/bin/env` to find `bash`. 3. New `bundle` target for building `.vendor/bundle` directory with required gems: a. This is an alias for `.vendor/bundle` target which depends on Gemfile and Gemfile.lock b. It installs/updates bundled gems only if necessary 4. Empty Gemfile and Gemfile.lock targets for lessons that don't use them. 5. `clean` target: remove `.vendor` directory
- Loading branch information
1 parent
bcb686d
commit 881170a
Showing
1 changed file
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters