From 721c4a49c47460f1618a0f679fe9125a5f519cdc Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Thu, 7 Jan 2016 07:44:48 -0800 Subject: fix various build issues --- tools/tasks/build.index.ts | 1 - tools/tasks/build.sass.dev.ts | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/tasks') diff --git a/tools/tasks/build.index.ts b/tools/tasks/build.index.ts index bbf98ee..3c2bec8 100644 --- a/tools/tasks/build.index.ts +++ b/tools/tasks/build.index.ts @@ -13,7 +13,6 @@ export = function buildIndexDev(gulp, plugins) { .pipe(gulp.dest(APP_DEST)); }; - function inject(name?: string) { return plugins.inject(gulp.src(getInjectablesDependenciesRef(name), { read: false }), { name, diff --git a/tools/tasks/build.sass.dev.ts b/tools/tasks/build.sass.dev.ts index a2127be..086c306 100644 --- a/tools/tasks/build.sass.dev.ts +++ b/tools/tasks/build.sass.dev.ts @@ -12,10 +12,9 @@ export = function buildSassDev(gulp, plugins, option) { } })) .pipe(plugins.compass({ - // config_file: './config.rb', style: 'compressed', css: 'app/assets/css', - sass: join(APP_SRC, 'assets/sass'), + sass: join(APP_SRC, 'assets/sass') })) .pipe(gulp.dest(join(APP_SRC, 'assets'))); }; -- cgit v1.2.3