Move log to vendor/
This commit is contained in:
parent
fcbcabb0cd
commit
874a6de443
|
@ -21,6 +21,7 @@ app.import('bower_components/visibilityjs/lib/visibility.core.js');
|
|||
app.import('bower_components/visibilityjs/lib/visibility.timers.js');
|
||||
app.import('bower_components/JavaScript-MD5/js/md5.js');
|
||||
app.import('vendor/ansiparse.js');
|
||||
app.import('vendor/log.js');
|
||||
app.import('bower_components/moment/moment.js');
|
||||
// Use `app.import` to add additional libraries to the generated
|
||||
// output files.
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
`import LogFolder from 'travis/utils/log-folder'`
|
||||
`import config from 'travis/config/environment'`
|
||||
`import { plainTextLog as plainTextLogUrl } from 'travis/utils/urls'`
|
||||
`import Log from 'travis/vendor/log'`
|
||||
|
||||
Log.DEBUG = false
|
||||
Log.LIMIT = 10000
|
||||
|
|
2
app/vendor/log.js → vendor/log.js
vendored
2
app/vendor/log.js → vendor/log.js
vendored
|
@ -1072,4 +1072,4 @@ Log.extend(Log.Renderer.prototype, {
|
|||
}
|
||||
});
|
||||
|
||||
export default Log;
|
||||
window.Log = Log;
|
Loading…
Reference in New Issue
Block a user