Skip to content

Instantly share code, notes, and snippets.

@fuzzyfox
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save fuzzyfox/92414dced82fc5ac86c3 to your computer and use it in GitHub Desktop.

Select an option

Save fuzzyfox/92414dced82fc5ac86c3 to your computer and use it in GitHub Desktop.

Revisions

  1. William Duyck revised this gist May 21, 2014. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions manual-kitbuilder-bugfix.md
    Original file line number Diff line number Diff line change
    @@ -10,11 +10,11 @@ Hope this helps improve the awesome factor on your kits!

    - - -

    <div class="checklist">
    <p>This is my magical checklist of learning criteria:</p>
    <ul>
    <li>Criteria 1</li>
    <li>Criteria 2</li>
    <li>Criteria 3</li>
    </ul>
    </div>
    <div class="checklist">
    <p>This is my magical checklist of learning criteria:</p>
    <ul>
    <li>Criteria 1</li>
    <li>Criteria 2</li>
    <li>Criteria 3</li>
    </ul>
    </div>
  2. William Duyck revised this gist May 21, 2014. No changes.
  3. William Duyck created this gist May 21, 2014.
    20 changes: 20 additions & 0 deletions manual-kitbuilder-bugfix.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    # The quick fix to kitbuilder stubs.
    If you've been using <http://kitbuilder.webmakerprototypes.org/> this week then there is an unfortunate bug in your kits that prevents some of the magic that [webmaker-kits](https://github.com/mozilla/webmaker-kits) provides. The fix is simple though.

    There is a `<script>` tag at the bottom of the kit that includes `dist/js/main.min.js` this needs to be changed to `//stuff.webmaker.org/webmaker-kits/v2/js/main.min.js`. Once that is done the magic takes place. Any tags on the kit will automagically display in the kit sidebar, and any checklists (see the code snippet bellow) will have checkboxes added for you!

    Hope this helps improve the awesome factor on your kits!

    – FuzzyFox


    - - -

    <div class="checklist">
    <p>This is my magical checklist of learning criteria:</p>
    <ul>
    <li>Criteria 1</li>
    <li>Criteria 2</li>
    <li>Criteria 3</li>
    </ul>
    </div>