Skip to content

Commit 9960520

Browse files
authored
Better instructions for Meteor
- Where have to create custom.semantic.json - create it with meteor stopped so semantic-ui will be generated
1 parent bf01db3 commit 9960520

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

server/documents/introduction/integrations.html.eco

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ type : 'Introduction'
7171
</div>
7272
<div class="no example">
7373
<h4 class="ui header">Create a custom.semantic.json file</h4>
74+
<p>With meteor stopped:</>
75+
<div class="code" data-type="bash">
76+
touch client/lib/semantic-ui/custom.semantic.json
77+
</div>
7478
<p><code>custom.semantic.json</code> is a special file used to determine which themes and components to include in your project's build.</p>
7579
<p>To remove a component from the pipeline, simply set the boolean value to <code>false</code></p>
7680
<div class="code" data-type="json">

0 commit comments

Comments
 (0)