added checks

This commit is contained in:
2016-02-04 14:21:48 +01:00
parent c5cfa79f14
commit 3511f36b67
10 changed files with 98 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
/// <reference path="./typings/main.d.ts" />
/// <reference path="./smartfile.plugins.ts" />
/// <reference path="./smartfile.check.ts" />
/// <reference path="./smartfile.simple.ts" />
/// <reference path="./smartfile.vinyl.ts" />
/// <reference path="./smartfile.require.ts" />
@@ -7,6 +8,7 @@ var plugins = SmartfilePlugins.init();
var smartfile:any = {};
SmartfileCheck.init(smartfile);
SmartfileSimple.init(smartfile);
SmartfileVinyl.init(smartfile);
SmartfileRequire.init(smartfile);