File tree 3 files changed +15
-1
lines changed 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ build
1
2
test /www /js /lib
2
3
3
4
# Mac OS X
@@ -6,3 +7,6 @@ test/www/js/lib
6
7
# Node.js
7
8
node_modules
8
9
npm-debug.log
10
+
11
+ # Component
12
+ components
Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ TESTS = test/*.test.js
6
6
# ==============================================================================
7
7
8
8
build-browserify :
9
- browserify -t deamdify main.js -o bundle.js
9
+ mkdir -p build
10
+ browserify -t deamdify main.js -o build/bundle.js
11
+
12
+ build-component : components
13
+ component build -u component-amd
14
+
15
+ components :
16
+ component install
10
17
11
18
12
19
# ==============================================================================
68
75
# ==============================================================================
69
76
70
77
clean :
78
+ rm -rf build
71
79
72
80
clobber : clean
73
81
rm -rf node_modules
82
+ rm -rf components
74
83
rm -rf test/www/js/lib
75
84
76
85
Original file line number Diff line number Diff line change 30
30
"mocha-phantomjs" : " 2.x.x" ,
31
31
"mocha-cloud" : " 0.1.x" ,
32
32
"mocha-cloud-grid-view" : " 0.0.x" ,
33
+ "component-amd" : " 0.1.x" ,
33
34
"deamdify" : " 0.1.x"
34
35
},
35
36
"browserify" : {
You can’t perform that action at this time.
0 commit comments