From 064dc501c0b3cd2be96a40804254f07a3e81b2b3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Feb 2017 18:04:12 +0900 Subject: [PATCH] :v: :v: :v: --- gulpfile.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulpfile.ts b/gulpfile.ts index a88c57e70..85e594240 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -17,7 +17,6 @@ import * as es from 'event-stream'; import stylus = require('gulp-stylus'); import cssnano = require('gulp-cssnano'); import * as uglify from 'gulp-uglify'; -import ls = require('browserify-livescript'); import riotify = require('riotify'); import transformify = require('syuilo-transformify'); import pug = require('gulp-pug'); @@ -169,7 +168,6 @@ gulp.task('build:client:scripts', () => new Promise(async (ok) => { browserify({ entries: [entry] }) - .transform(ls) .transform(transformify((source, file) => { return source .replace(/VERSION/g, `'${commit ? commit.hash : 'null'}'`)