Rename PdfJsTelemetry-addon.jsm to PdfJsTelemetry-stub.jsm
And remove unused linting comments.
This commit is contained in:
parent
7052316f58
commit
4e8cd2b7d3
@ -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";
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user