Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9aa0d64

Browse files
committed
update
1 parent eb49716 commit 9aa0d64

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

react-flux-babel-karma/gulpFile.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ gulp.task('watch-and-serve', ['watch'], function() {
6868
app.listen(8080);
6969
});
7070

71-
gulp.task('start', function() {
72-
// local as not required for build
73-
var express = require('express')
74-
var app = express()
75-
76-
app.use(express.static('dist', {'index': 'index.html'}))
77-
app.listen(8080);
78-
});
79-
80-
8171
gulp.task('archive', function () {
8272
var nodeModulePaths = Object.keys(packageJson['dependencies']).map(function(name) {
8373
return 'node_modules/' + name + '/**';

0 commit comments

Comments
 (0)