Last active
August 29, 2015 14:01
-
-
Save fuzzyfox/92414dced82fc5ac86c3 to your computer and use it in GitHub Desktop.
Revisions
-
William Duyck revised this gist
May 21, 2014 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> -
William Duyck revised this gist
May 21, 2014 . No changes.There are no files selected for viewing
-
William Duyck created this gist
May 21, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>