Skip to content

Commit

Permalink
Added project 7
Browse files Browse the repository at this point in the history
  • Loading branch information
cfree committed Feb 15, 2014
1 parent b113435 commit 91385f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions proj7/jquery-source/jquery
Submodule jquery added at 954966
21 changes: 21 additions & 0 deletions proj7/readme.md
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

0 comments on commit 91385f5

Please sign in to comment.