Merge pull request #8275 from Snuffleupagus/telemetry-stub

Rename PdfJsTelemetry-addon.jsm to PdfJsTelemetry-stub.jsm
This commit is contained in:
Jonas Jenwald 2017-04-12 13:32:33 +02:00 committed by GitHub
commit 2274465588
2 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint max-len: ["error", 120] */
/* globals Components, Services */
"use strict";

View File

@ -714,7 +714,7 @@ gulp.task('firefox-pre', ['buildnumber', 'locale'], function () {
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJs-stub.jsm')
.pipe(rename('PdfJs.jsm'))
.pipe(gulp.dest(FIREFOX_BUILD_CONTENT_DIR)),
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry-addon.jsm')
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry-stub.jsm')
.pipe(rename('PdfJsTelemetry.jsm'))
.pipe(gulp.dest(FIREFOX_BUILD_CONTENT_DIR)),
gulp.src(FIREFOX_EXTENSION_DIR + '*.png')