Skip to content

Commit

Permalink
fixed gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Umed Khudoiberdiev committed Jan 17, 2016
1 parent 5028747 commit 3a61560
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
@@ -1 +1,4 @@
eval(require('typescript').transpile(require('fs').readFileSync('./gulpfile.ts').toString()));
// normally you'll need to do this:
// eval(require("typescript").transpile(require("fs").readFileSync("./gulpfile.ts").toString()));
// but this case is a bit different and alternative approach is used there
require('./build/es5/gulpfile');

0 comments on commit 3a61560

Please sign in to comment.