Skip to content

Commit 233da36

Browse files
committed
Add bootstrap package.json. Vender shifty. Update read me.
1 parent 90e7db1 commit 233da36

File tree

6 files changed

+1036
-12
lines changed

6 files changed

+1036
-12
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,5 @@ SproutCore UI is the next generation User Interface layer built specifically for
2222

2323
2. Run `bundle install` to pull in Ruby dependencies.
2424

25-
3. Symlink the lib and test directories and package.json file into
26-
the packages/sproutcore-ui directory:
27-
28-
```mkdir packages/sproutcore-ui;
29-
cd packages/sproutcore-ui;
30-
ln -s ../../lib .;
31-
ln -s ../../tests .;
32-
ln -s ../../package.json .
33-
```
34-
35-
4. Run `bundle exec rake` to build SproutCore UI. The build will be placed in the dist directory.
25+
3. Run `bundle exec rake` to build SproutCore UI. The build will be placed in the dist directory.
3626

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "sproutcore-ui-bootstrap",
3+
"summary": "SproutCore UI",
4+
"description": "The SproutCore UI Layer",
5+
"homepage": "http://sproutcore.com",
6+
"author": "Majd Taby",
7+
"version": "2.0",
8+
9+
"dependencies": {
10+
"qunit": "1.0",
11+
"spade": "~> 0.1.2.1",
12+
"sproutcore": "2.0",
13+
"sproutcore-ui": "2.0"
14+
}
15+
}

packages/shifty

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/shifty/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require('shifty/shifty');

0 commit comments

Comments
 (0)