Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbd86c1

Browse files
authoredJun 20, 2017
refactor(database): remove old database implementation [Part 1/3] (#61)
* refactor(database): remove old database implementation This is part #1 of 4 PR's to migrate database * refactor(database): remove database build processes
1 parent 7d88c38 commit bbd86c1

File tree

2,508 files changed

+0
-662499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,508 files changed

+0
-662499
lines changed
 

‎gulp/tasks/build.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const glob = require('glob');
4242
const fs = require('fs');
4343
const gzipSize = require('gzip-size');
4444
const WrapperPlugin = require('wrapper-webpack-plugin');
45-
const legacyBuild = require('./build.legacy');
4645

4746
function cleanDist(dir) {
4847
return function cleanDistDirectory(done) {
@@ -429,7 +428,6 @@ gulp.task('build:cjs', gulp.parallel([
429428
gulp.parallel(compileES2015ToCJS, buildAltEnvFirebaseJs)
430429
]),
431430
processPrebuiltFilesForCJS,
432-
legacyBuild.compileDatabaseForCJS
433431
]));
434432

435433
gulp.task('process:prebuilt', gulp.parallel([
@@ -444,8 +442,6 @@ const compileSourceAssets = gulp.series([
444442
gulp.parallel([
445443
compileIndvES2015ModulesToBrowser,
446444
compileES2015ToCJS,
447-
legacyBuild.compileDatabaseForBrowser,
448-
legacyBuild.compileDatabaseForCJS
449445
])
450446
]);
451447

@@ -455,7 +451,6 @@ gulp.task('build:browser', gulp.series([
455451
gulp.parallel([
456452
compileSourceAssets,
457453
processPrebuiltFilesForBrowser,
458-
legacyBuild.compileDatabaseForBrowser
459454
]),
460455
buildBrowserFirebaseJs
461456
]));

‎gulp/tasks/build.legacy.js

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)