fix leftover test config in gulpfile.js

master
Marc Cohen 2015-07-01 16:26:50 +01:00
parent 7efa0f2bf1
commit c901882a83
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ var through = require('through2');
var swig = require('swig');
var hostedLibsUrlPrefix = 'http://code.getmdl.io';
var bucketProd = 'gs://www.getmdl.io';
var bucketStaging = 'gs://marc-staging/textfield';
var bucketStaging = 'gs://mdl-staging';
var bucketCode = 'gs://code.getmdl.io';
var banner = ['/**',
' * <%= pkg.name %> - <%= pkg.description %>',