This commit is contained in:
Leo Horie 2014-11-28 13:45:25 -05:00
parent f99308c39c
commit e3b6243d7b
67 changed files with 11784 additions and 4 deletions

View file

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