added requireReload function

This commit is contained in:
Philipp Kunz
2015-12-08 20:33:13 +01:00
parent f1d89beb06
commit c0ee2996ce
7 changed files with 33 additions and 5 deletions

View File

@@ -2,12 +2,14 @@
/// <reference path="./smartfile.plugins.ts" />
/// <reference path="./smartfile.simple.ts" />
/// <reference path="./smartfile.vinyl.ts" />
/// <reference path="./smartfile.require.ts" />
var plugins = SmartfilePlugins.init();
var smartfile:any = {};
SmartfileSimple.init(smartfile);
SmartfileVinyl.init(smartfile);
SmartfileRequire.init(smartfile);