Skip to content

Commit da5c202

Browse files
authored
Merge pull request #234 from nakulgan/patch-1
Fixes semantic.json
2 parents 8afbaae + ffbbc27 commit da5c202

1 file changed

Lines changed: 52 additions & 53 deletions

File tree

server/documents/introduction/build-tools.html.eco

Lines changed: 52 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -234,63 +234,62 @@ type : 'Introduction'
234234
"permission" : false,
235235

236236
// whether gulp watch/build should run RTLCSS
237-
"rtl": false
237+
"rtl": false,
238238

239239
// will only include components with these names
240-
components: [
241-
'reset',
242-
'site',
243-
'button',
244-
'container',
245-
'divider',
246-
'flag',
247-
'header',
248-
'icon',
249-
'image',
250-
'input',
251-
'label',
252-
'list',
253-
'loader',
254-
'rail',
255-
'reveal',
256-
'segment',
257-
'step',
258-
'breadcrumb',
259-
'form',
260-
'grid',
261-
'menu',
262-
'message',
263-
'table',
264-
'ad',
265-
'card',
266-
'comment',
267-
'feed',
268-
'item',
269-
'statistic',
270-
'accordion',
271-
'checkbox',
272-
'dimmer',
273-
'dropdown',
274-
'embed',
275-
'modal',
276-
'nag',
277-
'popup',
278-
'progress',
279-
'rating',
280-
'search',
281-
'shape',
282-
'sidebar',
283-
'sticky',
284-
'tab',
285-
'transition',
286-
'api',
287-
'form',
288-
'state',
289-
'visibility'
240+
"components": [
241+
"reset",
242+
"site",
243+
"button",
244+
"container",
245+
"divider",
246+
"flag",
247+
"header",
248+
"icon",
249+
"image",
250+
"input",
251+
"label",
252+
"list",
253+
"loader",
254+
"rail",
255+
"reveal",
256+
"segment",
257+
"step",
258+
"breadcrumb",
259+
"form",
260+
"grid",
261+
"menu",
262+
"message",
263+
"table",
264+
"ad",
265+
"card",
266+
"comment",
267+
"feed",
268+
"item",
269+
"statistic",
270+
"accordion",
271+
"checkbox",
272+
"dimmer",
273+
"dropdown",
274+
"embed",
275+
"modal",
276+
"nag",
277+
"popup",
278+
"progress",
279+
"rating",
280+
"search",
281+
"shape",
282+
"sidebar",
283+
"sticky",
284+
"tab",
285+
"transition",
286+
"api",
287+
"form",
288+
"state",
289+
"visibility"
290290
],
291-
292291
// whether to include special project maintainer tasks
293-
admin: false
292+
"admin": false
294293
}
295294

296295
</div>

0 commit comments

Comments
 (0)