Skip to content

Commit

Permalink
Update gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Aug 7, 2024
1 parent 9639e45 commit 78edd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ angular.module('Measure.Measure', ['ngRoute'])
return ndt7.test(
{
userAcceptedDataPolicy: true,
uploadworkerfile: "/libraries/ndt7-upload-worker.min.js",
downloadworkerfile: "/libraries/ndt7-download-worker.min.js",
metadata: {
client_name: "speed-measurementlab-net",
Expand Down Expand Up @@ -188,7 +189,6 @@ angular.module('Measure.Measure', ['ngRoute'])
return packet-test.test(
{
userAcceptedDataPolicy: true,
uploadworkerfile: "/libraries/ndt7-upload-worker.min.js",
downloadworkerfile: "/libraries/ndt7-download-worker.min.js",
metadata: {
client_name: "speed-measurementlab-net",
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ function copy_libs(cb) {
gulp.src([
"./node_modules/@m-lab/ndt7/src/*.min.js",
"./node_modules/@m-lab/msak/dist/*.min.js",
"./node_modules/@m-lab/packet-test/src/*.js",
])

.pipe(gulp.dest('./app/libraries'));
Expand Down

0 comments on commit 78edd27

Please sign in to comment.