Skip to content

Commit 5f8faab

Browse files
authored
Merge pull request #319 from hacknlove/patch-1
Better instructions for Meteor
2 parents d41488f + 9960520 commit 5f8faab

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)