running grunt modifies source file
Created by: TheHedge
With the most recent pull of dash.js on 21 Jan 2016, running grunt (or npm install) modiifes src/streaming/MediaPlayer.js.
Console log listed below.
dash.js (development) $ git pull Already up-to-date.
dash.js (development) $ git status On branch development Your branch is up-to-date with 'origin/development'.
nothing to commit, working directory clean
dash.js (development) $ npm install
dashjs@2.0.0 prepublish /Users/xxxx/Documents/workspace/GitHub/dash.js grunt dist
Running "clean:build" (clean) task
1 path cleaned.
Running "clean:dist" (clean) task
15 paths cleaned.
Running "jshint:src" (jshint) task
135 files lint free.
Running "jscs:src" (jscs) task
134 files without code style errors.
Running "browserify:mediaplayer" (browserify) task
Bundle build/temp/dash.mediaplayer.debug.js created.
Running "browserify:protection" (browserify) task
Bundle build/temp/dash.protection.debug.js created.
Running "browserify:all" (browserify) task
Bundle build/temp/dash.no-externals.debug.js created.
Running "exorcise:no_externals" (exorcise) task Exorcising source map from build/temp/dash.no-externals.debug.js
Running "exorcise:mediaplayer" (exorcise) task Exorcising source map from build/temp/dash.mediaplayer.debug.js
Running "exorcise:protection" (exorcise) task Exorcising source map from build/temp/dash.protection.debug.js
Running "uglify:build_all" (uglify) task
1 file created.
Running "uglify:build_core" (uglify) task
1 sourcemap created. 1 file created.
Running "uglify:build_external" (uglify) task
1 sourcemap created. 1 file created.
Running "uglify:build_protection" (uglify) task
1 sourcemap created. 1 file created.
Running "uglify:debug_external" (uglify) task
1 sourcemap created. 1 file created.
Running "copy:dist" (copy) task Copied 15 files
Done, without errors.
Execution Time (2016-01-21 11:19:01 UTC) loading tasks 799ms ▇▇▇▇ 3% jshint:src 2.8s ▇▇▇▇▇▇▇▇▇▇▇▇▇ 11% jscs:src 2.1s ▇▇▇▇▇▇▇▇▇▇ 8% browserify:mediaplayer 6.1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 25% browserify:protection 1.1s ▇▇▇▇▇ 4% browserify:all 6.2s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 25% uglify:build_all 2s ▇▇▇▇▇▇▇▇▇ 8% uglify:build_core 2.8s ▇▇▇▇▇▇▇▇▇▇▇▇▇ 11% uglify:build_protection 392ms ▇▇ 2% Total 24.9s
dash.js (development) $ git status On branch development Your branch is up-to-date with 'origin/development'.
Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)
modified: src/streaming/MediaPlayer.js
no changes added to commit (use "git add" and/or "git commit -a") dash.js (development) $