-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Submodule jquery
added at
954966
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Project 7 - BYOjQuery | ||
|
||
### Notes | ||
- Install [Homebrew](http://brew.sh/) and use that to manage the dependencies. Seriously. | ||
- Github no longer uses the `git://` protocol. Uses `https://` for read-only instead | ||
- `git://` still works, so whatever | ||
- p187 - `git checkout 1.8.3` creates a new branch off of `master`. This is because there is no 1.8.3 branch to check out too, only a 1.8.3 tag. Unsure how to check out to a specific tag. | ||
- As advertised, it basically (quickly) teaches you how to build custom version of jQuery. Chapter doesn't really go into much detail on the various technologies leveraged. It touches on each of them, giving you a fair introduction and just enough knowledge to get through the exercise. I feel like I could spend a chapter diving deep on each technology, progressively building on the last. | ||
|
||
### Dependencies | ||
- Git | ||
- jQuery | ||
- QUnit | ||
- Make | ||
- XCode | ||
- Node.js | ||
- Grunt.js | ||
|
||
### Status | ||
Complete | ||
|