fix(docs): make them run again and integrate into ci

This commit is contained in:
Tobias Bosch
2015-02-26 15:38:12 -08:00
parent 5cbb174a6d
commit e490861ba2
7 changed files with 16 additions and 10 deletions

View File

@ -64,6 +64,13 @@ exports.compile = function compile(options, paths, source) {
return result;
};
exports.init = function() {
if (needsReload) {
reloadCompiler();
needsReload = false;
}
}
// Transpile and evaluate the code in `src`.
// Use existing traceur to compile our sources.
function reloadCompiler() {