Comparing version
@@ -35,3 +35,2 @@ 'use strict'; | ||
this._initializeServer(); | ||
this.customTasks = {}; | ||
@@ -183,6 +182,3 @@ } | ||
console.log('Preparing repo ' + repository); | ||
processor.setRepo(repo); | ||
processor.mixinTasks(self.customTasks); | ||
return processor.readyRepo(); | ||
@@ -204,6 +200,1 @@ }) | ||
Autopages.prototype.customizeTask = function(taskName, task) { | ||
this.customTasks.taskName = task; | ||
}; | ||
{ | ||
"name": "autopages", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": "lib/autopages.js", | ||
@@ -5,0 +5,0 @@ "description": "Automated compilation and deployment to gh-pages", |
@@ -129,2 +129,10 @@ # autopages | ||
## Examples | ||
Here are examples of github repositories that take advantage of autopages, and the servers that power them. | ||
* White Film [website](https://github.com/white-film/white-film.github.io) | ||
* powered by [this autopages implementation](https://github.com/white-film/wf-autopages) | ||
## Documentation | ||
@@ -131,0 +139,0 @@ |
15982
0.64%145
5.84%301
-1.63%