Skip to content

Releases: themarkappleby/Guidedog

Converted to Handlebars

31 Aug 04:29
Compare
Choose a tag to compare

Ditched the Mustache template for a Handlebars one. Setup a Gulp task to precompile the Handlebars template and merge it into the guidedog.js file (ie. Guidedog no longer needs to reference an external template file).

Improved Jade syntax highlighting

29 Aug 20:14
Compare
Choose a tag to compare
v0.1.2

improved jade syntax highlighting

Let Bower handle dependancies

29 Aug 19:57
Compare
Choose a tag to compare

Moved all dependancies out of repo and instead let Bower manage them as necessary.

Node server and example

29 Aug 17:57
Compare
Choose a tag to compare
  • Major re-work of file/folder structure
  • Set-up basic local Node server
  • Gulp process to combine and minify files
  • Converted Guidedog CSS to Stylus

View pathing bug fix

22 Aug 18:57
Compare
Choose a tag to compare

Fixed bug where path to the Mustache template (view.html) occasionally had an extra slash in the path causing the path to break.

Jade Bug Fix

22 Aug 15:33
Compare
Choose a tag to compare

Fixed bug relating to jade where jade was being html-escaped before being passed to the jade interpreter.

Jade support

21 Aug 20:57
Compare
Choose a tag to compare

Added support to pass Guidedog examples in Jade. To pass Jade as example, simply call it in your Guidedog comment with jade. Since writing HTML as a comment in a stylesheet file can be a pain, this Jade alternative is meant to alleviate said pain. Regardless of wether Jade or HTML (example:) are used, the Guidedog output will always render in HTML.