Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 9a8c8e8

Browse files
committed
Ignore extensions' third-party JavaScript files in TravisCI as suggested by @jasonsanjose.
1 parent f7b3ea1 commit 9a8c8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function (grunt) {
1010
'!src/thirdparty/**',
1111
'!src/widgets/bootstrap-*.js',
1212
'!src/extensions/**/unittest-files/**/*.js',
13+
'!src/extensions/**/thirdparty/**/*.js',
1314
'!src/extensions/dev/**',
1415
'!src/extensions/disabled/**',
1516
'!src/**/*-min.js',

0 commit comments

Comments
 (0)