File tree 6 files changed +1036
-12
lines changed 6 files changed +1036
-12
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,5 @@ SproutCore UI is the next generation User Interface layer built specifically for
22
22
23
23
2 . Run ` bundle install ` to pull in Ruby dependencies.
24
24
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.
36
26
Original file line number Diff line number Diff line change
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
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ require ( 'shifty/shifty' ) ;
You can’t perform that action at this time.
0 commit comments