Skip to content

Commit 448b3b3

Browse files
author
phuvp
committed
sending to tyrion
1 parent c2cf833 commit 448b3b3

File tree

3,105 files changed

+179330
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,105 files changed

+179330
-92
lines changed

.meteor/.finished-upgraders

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ notices-for-facebook-graph-api-2
1010
1.2.0-meteor-platform-split
1111
1.2.0-cordova-changes
1212
1.2.0-breaking-changes
13+
1.3.0-split-minifiers-package

.meteor/packages

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ session # Client-side reactive dictionary for your app
1212
jquery # Helpful client-side library
1313
tracker # Meteor's client-side reactive programming library
1414

15-
standard-minifiers # JS/CSS minifiers run for production mode
1615
es5-shim # ECMAScript 5 compatibility for older browsers.
1716
ecmascript # Enable ECMAScript2015+ syntax in app code
1817

@@ -22,4 +21,5 @@ kadira:flow-router
2221
mizzao:bootstrap-3
2322
cfs:standard-packages
2423
cfs:filesystem
25-
kadira:react-layout
24+
standard-minifier-css
25+
standard-minifier-js

.meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[email protected]-modules-beta.4
1+

.meteor/versions

+74-85
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
[email protected].1-modules.4
2-
3-
[email protected].5-modules.4
4-
babel-compiler@5.8.25-modules.5
5-
[email protected].5-modules.4
6-
[email protected].5-modules.4
7-
[email protected].5-modules.4
8-
[email protected].4-modules.4
9-
10-
[email protected].5-modules.4
11-
[email protected].5-modules.4
12-
[email protected].1-modules.4
13-
[email protected].3-modules.4
14-
[email protected].5-modules.4
1+
2+
3+
4+
babel-compiler@6.8.0
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
1515
1616
1717
1818
1919
2020
2121
22-
22+
2323
2424
2525
@@ -29,75 +29,64 @@ cfs:[email protected]
2929
3030
3131
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
6761
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
7873
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
101-
102-
103-
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+

node_modules/react-dom/.meteor-portable

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/react-dom/LICENSE

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/react-dom/PATENTS

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/react-dom/README.md

+54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/react-dom/dist/react-dom-server.js

+42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/react-dom/dist/react-dom-server.min.js

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)