소스 검색

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 년 전
부모
커밋
23bc54d683
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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');