updated structure and introduced new Smartfile class

This commit is contained in:
Philipp Kunz
2016-05-20 00:31:53 +02:00
parent 96210fca9f
commit f3a81d60e9
25 changed files with 77 additions and 65 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/// <reference path="../ts/typings/main.d.ts" />
/// <reference path="../ts/typings/index.d.ts" />
import * as smartfile from "../dist/index.js";
let beautylog = require("beautylog");
let gulp = require("gulp");