From e18708f10b04455be151a5a799f0109c34f20a25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 11:39:30 -0400 Subject: package updates to set up bower correctly #535 --- www/lib/ng-websocket/Gulpfile.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 www/lib/ng-websocket/Gulpfile.js (limited to 'www/lib/ng-websocket/Gulpfile.js') diff --git a/www/lib/ng-websocket/Gulpfile.js b/www/lib/ng-websocket/Gulpfile.js deleted file mode 100644 index c3a248e2..00000000 --- a/www/lib/ng-websocket/Gulpfile.js +++ /dev/null @@ -1,15 +0,0 @@ -var gulp = require('gulp'), - karma = require('gulp-karma'); - -gulp.task('test', function () { - return gulp.src([ - 'bower_components/angular/angular.js', - 'bower_components/angular-mocks/angular-mocks.js', - 'ng-websocket.js', - 'test/unit/**/*.js' - ]) - .pipe(karma({ - configFile: 'test/karma.conf.js', - action: 'run' - })); -}); \ No newline at end of file -- cgit v1.2.3