Browse Source

Removing unneeded require

Was added as a test to see if both declaration and compilation can be
done at the same time, still working on it.
Raanan Weber 10 years ago
parent
commit
23bc54d683
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Tools/Gulp/gulpfile.js

+ 0 - 1
Tools/Gulp/gulpfile.js

@@ -5,7 +5,6 @@ var gulp = require('gulp'),
     clean = require('gulp-clean'),
     typescript = require('gulp-typescript'),
 	sourcemaps = require('gulp-sourcemaps'),
-	merge = require('merge2'),
     shaders = require('./gulp-shaders'),
     gulpFilter = require('gulp-filter');