fix ordering issue where previous sibling is array

This commit is contained in:
Leo Horie 2014-04-13 22:32:56 -04:00
parent e5f0d7cebb
commit 8fd5069439
60 changed files with 6944 additions and 10 deletions

View file

@ -1,6 +1,6 @@
module.exports = function(grunt) {
var version = "0.1.6"
var version = "0.1.7"
var inputFolder = "./docs"
var tempFolder = "./temp"