Put out of the way require polyfill.

This commit is contained in:
devel-pa
2016-09-30 21:24:01 +02:00
parent b8025b207f
commit 9098380a90

View File

@@ -77,6 +77,7 @@ var undent = function(code, n){
rm('./src');
mk('./src');
mk('./src/polyfill');
mk('./src/adapters');
var gun = read('gun.js');
@@ -84,7 +85,7 @@ var undent = function(code, n){
code = next("/* UNBUILD */");
write('src/unbuild.js', undent(code, 1));
write('src/polyfill/unbuild.js', undent(code, 1));
(function recurse(c){
code = next(";require(function(module){", "})(require");