Skip to content

Commit 4c30629

Browse files
committed
Merge pull request #49 from jasonlong/fix-ff
Fix Firefox version so it shows stats
2 parents 780aa05 + 8572140 commit 4c30629

File tree

3 files changed

+195
-0
lines changed

3 files changed

+195
-0
lines changed

.csscomb.json

Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
{
2+
"always-semicolon": true,
3+
"block-indent": 2,
4+
"color-case": "lower",
5+
"color-shorthand": true,
6+
"element-case": "lower",
7+
"leading-zero": true,
8+
"quotes": "double",
9+
"space-after-colon": " ",
10+
"space-after-combinator": 1,
11+
"space-after-opening-brace": "\n",
12+
"space-before-closing-brace": "\n",
13+
"space-before-colon": "",
14+
"space-before-combinator": 1,
15+
"space-before-selector-delimiter": "",
16+
"unitless-zero": true,
17+
"sort-order": [
18+
"position",
19+
"top",
20+
"right",
21+
"bottom",
22+
"left",
23+
"z-index",
24+
"display",
25+
"float",
26+
"width",
27+
"min-width",
28+
"max-width",
29+
"height",
30+
"min-height",
31+
"max-height",
32+
"box-sizing",
33+
"padding",
34+
"padding-top",
35+
"padding-right",
36+
"padding-bottom",
37+
"padding-left",
38+
"margin",
39+
"margin-top",
40+
"margin-right",
41+
"margin-bottom",
42+
"margin-left",
43+
"overflow",
44+
"overflow-x",
45+
"overflow-y",
46+
"clip",
47+
"clear",
48+
"font",
49+
"font-family",
50+
"font-size",
51+
"font-style",
52+
"font-weight",
53+
"font-variant",
54+
"font-size-adjust",
55+
"font-stretch",
56+
"font-effect",
57+
"font-emphasize",
58+
"font-emphasize-position",
59+
"font-emphasize-style",
60+
"font-smooth",
61+
"hyphens",
62+
"line-height",
63+
"color",
64+
"text-align",
65+
"text-align-last",
66+
"text-emphasis",
67+
"text-emphasis-color",
68+
"text-emphasis-style",
69+
"text-emphasis-position",
70+
"text-decoration",
71+
"text-indent",
72+
"text-justify",
73+
"text-outline",
74+
"text-overflow",
75+
"text-overflow-ellipsis",
76+
"text-overflow-mode",
77+
"text-shadow",
78+
"text-transform",
79+
"text-wrap",
80+
"letter-spacing",
81+
"word-break",
82+
"word-spacing",
83+
"word-wrap",
84+
"tab-size",
85+
"white-space",
86+
"vertical-align",
87+
"list-style",
88+
"list-style-position",
89+
"list-style-type",
90+
"list-style-image",
91+
"pointer-events",
92+
"fill",
93+
"fill-opacity",
94+
"stroke",
95+
"stroke-opacity",
96+
"stroke-width",
97+
"shape-rendering",
98+
"cursor",
99+
"visibility",
100+
"zoom",
101+
"flex-direction",
102+
"flex-order",
103+
"flex-pack",
104+
"flex-align",
105+
"table-layout",
106+
"empty-cells",
107+
"caption-side",
108+
"border-spacing",
109+
"border-collapse",
110+
"content",
111+
"quotes",
112+
"counter-reset",
113+
"counter-increment",
114+
"resize",
115+
"user-select",
116+
"nav-index",
117+
"nav-up",
118+
"nav-right",
119+
"nav-down",
120+
"nav-left",
121+
"background",
122+
"background-color",
123+
"background-image",
124+
"filter",
125+
"background-repeat",
126+
"background-attachment",
127+
"background-position",
128+
"background-position-x",
129+
"background-position-y",
130+
"background-clip",
131+
"background-origin",
132+
"background-size",
133+
"border",
134+
"border-color",
135+
"border-style",
136+
"border-width",
137+
"border-top",
138+
"border-top-color",
139+
"border-top-style",
140+
"border-top-width",
141+
"border-right",
142+
"border-right-color",
143+
"border-right-style",
144+
"border-right-width",
145+
"border-bottom",
146+
"border-bottom-color",
147+
"border-bottom-style",
148+
"border-bottom-width",
149+
"border-left",
150+
"border-left-color",
151+
"border-left-style",
152+
"border-left-width",
153+
"border-radius",
154+
"border-top-left-radius",
155+
"border-top-right-radius",
156+
"border-bottom-right-radius",
157+
"border-bottom-left-radius",
158+
"border-image",
159+
"border-image-source",
160+
"border-image-slice",
161+
"border-image-width",
162+
"border-image-outset",
163+
"border-image-repeat",
164+
"outline",
165+
"outline-width",
166+
"outline-style",
167+
"outline-color",
168+
"outline-offset",
169+
"box-shadow",
170+
"opacity",
171+
"transition",
172+
"transition-delay",
173+
"transition-timing-function",
174+
"transition-duration",
175+
"transition-property",
176+
"transform",
177+
"transform-origin",
178+
"animation",
179+
"animation-name",
180+
"animation-duration",
181+
"animation-fill-mode",
182+
"animation-play-state",
183+
"animation-timing-function",
184+
"animation-delay",
185+
"animation-iteration-count",
186+
"animation-direction"
187+
]
188+
}
-4.81 KB
Binary file not shown.

src/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/usr/bin/env sh
22

3+
# Compile coffeescript
34
coffee --compile --bare --output chrome src/iso.coffee
45
coffee --compile --bare --output firefox/isometric-contributions src/iso.coffee
56
coffee --compile --bare --output safari/isometric-contributions.safariextension src/iso.coffee
7+
8+
# Build .xpi for Firefox
9+
cd firefox/isometric-contributions
10+
rm ../isometric-contributions.xpi
11+
zip -r ../isometric-contributions.xpi *
12+
cd ../..

0 commit comments

Comments
 (0)