Releases: themarkappleby/Guidedog
Converted to Handlebars
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
v0.1.2 improved jade syntax highlighting
Let Bower handle dependancies
Moved all dependancies out of repo and instead let Bower manage them as necessary.
Node server and example
- 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
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
Fixed bug relating to jade where jade was being html-escaped before being passed to the jade interpreter.
Jade support
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.