v0.1.27 publish

This commit is contained in:
Leo Horie 2014-12-11 10:36:47 -05:00
parent 3073b27abd
commit e9c892cb05
67 changed files with 11855 additions and 4 deletions

View file

@ -1,7 +1,7 @@
module.exports = function(grunt) {
_ = require('lodash');
var version = "0.1.26";
var version = "0.1.27";
var inputFolder = "./docs";
var tempFolder = "./temp";