summaryrefslogtreecommitdiff
path: root/www/lib/ng-websocket/Gulpfile.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-27 11:39:30 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-27 11:39:30 -0400
commite18708f10b04455be151a5a799f0109c34f20a25 (patch)
tree9e4559ef0fff8b366474e7768308ddca1e32268a /www/lib/ng-websocket/Gulpfile.js
parent97a1cb3ae199c7b5455dcba0001efd5b4c32040a (diff)
package updates to set up bower correctly #535
Diffstat (limited to 'www/lib/ng-websocket/Gulpfile.js')
-rw-r--r--www/lib/ng-websocket/Gulpfile.js15
1 files changed, 0 insertions, 15 deletions
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