Skip to content

Instantly share code, notes, and snippets.

@alwc
Last active December 21, 2015 12:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alwc/6308047 to your computer and use it in GitHub Desktop.
Save alwc/6308047 to your computer and use it in GitHub Desktop.
Running "delta" task forever
$ grunt watch --verbose --debug
Initializing
Command-line options: --verbose, --debug=1
Reading "Gruntfile.js" Gruntfile...OK
Registering Gruntfile tasks.
Registering "grunt-contrib-clean" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-clean/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-clean/package.json...OK
Loading "clean.js" tasks...OK
+ clean
Registering "grunt-contrib-copy" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-copy/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-copy/package.json...OK
Loading "copy.js" tasks...OK
+ copy
Registering "grunt-contrib-jshint" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/package.json...OK
Loading "jshint.js" tasks...OK
+ jshint
Registering "grunt-contrib-concat" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-concat/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-concat/package.json...OK
Loading "concat.js" tasks...OK
+ concat
Registering "grunt-contrib-watch" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-watch/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-watch/package.json...OK
Loading "watch.js" tasks...OK
+ watch
Registering "grunt-contrib-uglify" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-uglify/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-uglify/package.json...OK
Loading "uglify.js" tasks...OK
+ uglify
Registering "grunt-contrib-coffee" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-coffee/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-coffee/package.json...OK
Loading "coffee.js" tasks...OK
+ coffee
Registering "grunt-conventional-changelog" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-conventional-changelog/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-conventional-changelog/package.json...OK
Loading "changelog.js" tasks...OK
+ changelog
Registering "grunt-bump" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-bump/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-bump/package.json...OK
Loading "bump.js" tasks...OK
+ bump
Registering "grunt-coffeelint" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-coffeelint/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-coffeelint/package.json...OK
Loading "coffeelint.js" tasks...OK
+ coffeelint
Registering "grunt-recess" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-recess/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-recess/package.json...OK
Loading "recess.js" tasks...OK
+ recess
Registering "grunt-karma" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-karma/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-karma/package.json...OK
Loading "grunt-karma.js" tasks...OK
+ karma
Registering "grunt-ngmin" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-ngmin/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-ngmin/package.json...OK
Loading "ngmin.js" tasks...OK
+ ngmin
Registering "grunt-html2js" local Npm module tasks.
Reading /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-html2js/package.json...OK
Parsing /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-html2js/package.json...OK
Loading "html2js.js" tasks...OK
+ html2js
Reading package.json...OK
Parsing package.json...OK
Initializing config...OK
Loading "Gruntfile.js" tasks...OK
- watch
+ build, compile, default, delta, index, karmaconfig, watch
Running tasks: watch
Running "watch" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/Gruntfile.js
Running "build" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/Gruntfile.js
Running "clean" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-clean/tasks/clean.js
Running "clean:0" (clean) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-clean/tasks/clean.js
Verifying property clean.0 exists in config...OK
Files: build -> 0
Options: force=false
Cleaning "build"...Deleting build...OK
OK
Running "clean:1" (clean) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-clean/tasks/clean.js
Verifying property clean.1 exists in config...OK
Files: [no src] -> 1
Options: force=false
Running "html2js" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-html2js/tasks/html2js.js
Running "html2js:app" (html2js) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-html2js/tasks/html2js.js
Verifying property html2js.app exists in config...OK
Files: src/app/about/about.tpl.html, src/app/home/home.tpl.html -> build/templates-app.js
Reading src/app/about/about.tpl.html...OK
Reading src/app/home/home.tpl.html...OK
Writing build/templates-app.js...OK
Successfully converted 1 html templates to js.
Running "html2js:common" (html2js) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-html2js/tasks/html2js.js
Verifying property html2js.common exists in config...OK
Files: [no src] -> build/templates-common.js
Writing build/templates-common.js...OK
Successfully converted 1 html templates to js.
Running "jshint" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/tasks/jshint.js
Running "jshint:src" (jshint) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/tasks/jshint.js
Verifying property jshint.src exists in config...OK
Files: src/app/about/about.js, src/app/app.js, src/app/home/home.js, src/common/plusOne/plusOne.js -> src
JSHint options: curly, immed, newcap, noarg, sub, boss, eqnull
JSHint globals: (none)
Reading src/app/about/about.js...OK
Linting src/app/about/about.js...OK
Reading src/app/app.js...OK
Linting src/app/app.js...OK
Reading src/app/home/home.js...OK
Linting src/app/home/home.js...OK
Reading src/common/plusOne/plusOne.js...OK
Linting src/common/plusOne/plusOne.js...OK
>> 4 files lint free.
Running "jshint:test" (jshint) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/tasks/jshint.js
Verifying property jshint.test exists in config...OK
Files: src/app/app.spec.js, src/app/home/home.spec.js -> test
JSHint options: curly, immed, newcap, noarg, sub, boss, eqnull
JSHint globals: (none)
Reading src/app/app.spec.js...OK
Linting src/app/app.spec.js...OK
Reading src/app/home/home.spec.js...OK
Linting src/app/home/home.spec.js...OK
>> 2 files lint free.
Running "jshint:gruntfile" (jshint) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/tasks/jshint.js
Verifying property jshint.gruntfile exists in config...OK
Files: Gruntfile.js -> gruntfile
JSHint options: curly, immed, newcap, noarg, sub, boss, eqnull
JSHint globals: (none)
Reading Gruntfile.js...OK
Linting Gruntfile.js...OK
>> 1 file lint free.
Running "jshint:globals" (jshint) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-jshint/tasks/jshint.js
Verifying property jshint.globals exists in config...OK
File: [no files]
JSHint options: curly, immed, newcap, noarg, sub, boss, eqnull
JSHint globals: (none)
>> 0 files lint free.
Running "coffeelint" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-coffeelint/tasks/coffeelint.js
Running "coffeelint:src" (coffeelint) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-coffeelint/tasks/coffeelint.js
Verifying property coffeelint.src exists in config...OK
Files: src/common/titleService/titleService.coffee -> src
Linting src/common/titleService/titleService.coffee...
Reading src/common/titleService/titleService.coffee...OK
OK
>> 1 file lint free.
Running "coffeelint:test" (coffeelint) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-coffeelint/tasks/coffeelint.js
Verifying property coffeelint.test exists in config...OK
Files: src/common/titleService/titleService.spec.coffee -> src
Linting src/common/titleService/titleService.spec.coffee...
Reading src/common/titleService/titleService.spec.coffee...OK
OK
>> 1 file lint free.
Running "coffee" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-coffee/tasks/coffee.js
Running "coffee:source" (coffee) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-coffee/tasks/coffee.js
Verifying property coffee.source exists in config...OK
Files: src/common/titleService/titleService.coffee -> build/src/common/titleService/titleService.js
Options: bare, join=false, sourceMap=false, separator="\n"
Reading src/common/titleService/titleService.coffee...OK
Writing build/src/common/titleService/titleService.js...OK
File build/src/common/titleService/titleService.js created.
Running "recess:build" (recess) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-recess/tasks/recess.js
Verifying property recess.build exists in config...OK
Files: src/less/main.less -> build/assets/ng-boilerplate.css
Writing build/assets/ng-boilerplate.css...OK
File "build/assets/ng-boilerplate.css" created.
Running "copy:build_assets" (copy) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-copy/tasks/copy.js
Verifying property copy.build_assets exists in config...OK
Files: src/assets -> build/assets/
Files: src/assets/README.md -> build/assets/README.md
Options: processContent=false, processContentExclude=[]
Creating build/assets/
Copying src/assets/README.md -> build/assets/README.md
Reading src/assets/README.md...OK
Writing build/assets/README.md...OK
Created 1 directories, copied 1 files
Running "copy:build_appjs" (copy) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-copy/tasks/copy.js
Verifying property copy.build_appjs exists in config...OK
Files: src/app/about/about.js -> build/src/app/about/about.js
Files: src/app/app.js -> build/src/app/app.js
Files: src/app/home/home.js -> build/src/app/home/home.js
Files: src/common/plusOne/plusOne.js -> build/src/common/plusOne/plusOne.js
Options: processContent=false, processContentExclude=[]
Copying src/app/about/about.js -> build/src/app/about/about.js
Reading src/app/about/about.js...OK
Writing build/src/app/about/about.js...OK
Copying src/app/app.js -> build/src/app/app.js
Reading src/app/app.js...OK
Writing build/src/app/app.js...OK
Copying src/app/home/home.js -> build/src/app/home/home.js
Reading src/app/home/home.js...OK
Writing build/src/app/home/home.js...OK
Copying src/common/plusOne/plusOne.js -> build/src/common/plusOne/plusOne.js
Reading src/common/plusOne/plusOne.js...OK
Writing build/src/common/plusOne/plusOne.js...OK
Copied 4 files
Running "copy:build_vendorjs" (copy) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-copy/tasks/copy.js
Verifying property copy.build_vendorjs exists in config...OK
Files: vendor/angular/angular.js -> build/vendor/angular/angular.js
Files: vendor/angular-bootstrap/ui-bootstrap-tpls.min.js -> build/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js
Files: vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js -> build/vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js
Files: vendor/angular-ui-router/release/angular-ui-router.js -> build/vendor/angular-ui-router/release/angular-ui-router.js
Files: vendor/angular-ui-utils/modules/route/route.js -> build/vendor/angular-ui-utils/modules/route/route.js
Options: processContent=false, processContentExclude=[]
Copying vendor/angular/angular.js -> build/vendor/angular/angular.js
Reading vendor/angular/angular.js...OK
Writing build/vendor/angular/angular.js...OK
Copying vendor/angular-bootstrap/ui-bootstrap-tpls.min.js -> build/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js
Reading vendor/angular-bootstrap/ui-bootstrap-tpls.min.js...OK
Writing build/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js...OK
Copying vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js -> build/vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js
Reading vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js...OK
Writing build/vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js...OK
Copying vendor/angular-ui-router/release/angular-ui-router.js -> build/vendor/angular-ui-router/release/angular-ui-router.js
Reading vendor/angular-ui-router/release/angular-ui-router.js...OK
Writing build/vendor/angular-ui-router/release/angular-ui-router.js...OK
Copying vendor/angular-ui-utils/modules/route/route.js -> build/vendor/angular-ui-utils/modules/route/route.js
Reading vendor/angular-ui-utils/modules/route/route.js...OK
Writing build/vendor/angular-ui-utils/modules/route/route.js...OK
Copied 5 files
Running "index:build" (index) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/Gruntfile.js
Verifying property index.build exists in config...OK
Files: vendor/angular/angular.js, vendor/angular-bootstrap/ui-bootstrap-tpls.min.js, vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js, vendor/angular-ui-router/release/angular-ui-router.js, vendor/angular-ui-utils/modules/route/route.js, build/src/app/about/about.js, build/src/app/app.js, build/src/app/home/home.js, build/src/common/plusOne/plusOne.js, build/src/common/titleService/titleService.js, build/templates-common.js, build/templates-app.js, build/assets/ng-boilerplate.css
Reading src/index.html...OK
Processing source...OK
Writing build/index.html...OK
Running "karmaconfig" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/Gruntfile.js
Running "karmaconfig:unit" (karmaconfig) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/Gruntfile.js
Verifying property karmaconfig.unit exists in config...OK
Files: vendor/angular/angular.js, vendor/angular-bootstrap/ui-bootstrap-tpls.min.js, vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js, vendor/angular-ui-router/release/angular-ui-router.js, vendor/angular-ui-utils/modules/route/route.js, build/templates-app.js, build/templates-common.js, vendor/angular-mocks/angular-mocks.js
Reading karma/karma-unit.tpl.js...OK
Processing source...OK
Writing build/karma-unit.js...OK
Running "karma:continuous" (karma) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-karma/tasks/grunt-karma.js
Verifying property karma.continuous exists in config...OK
File: [no files]
WARN [config]: config.configure() is deprecated, please use config.set() instead.
INFO [karma]: Karma v0.10.2 server started at http://localhost:9018/
INFO [launcher]: Starting browser Firefox
INFO [Firefox 23.0.0 (Mac OS X 10.8)]: Connected on socket tu6exAygo4Dmxc_ueyAm
.....
Firefox 23.0.0 (Mac OS X 10.8): Executed 5 of 5 SUCCESS (0.137 secs / 0.021 secs)
Running "karma:unit" (karma) task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-karma/tasks/grunt-karma.js
Verifying property karma.unit exists in config...OK
File: [no files]
Running "delta" task
[D] Task source: /Users/alexlee/Programming/ng-boilerplate/node_modules/grunt-contrib-watch/tasks/watch.js
Waiting...Verifying property delta exists in config...OK
Verifying property delta.gruntfile.files exists in config...OK
Verifying property delta.jssrc.files exists in config...OK
Verifying property delta.coffeesrc.files exists in config...OK
Verifying property delta.assets.files exists in config...OK
Verifying property delta.html.files exists in config...OK
Verifying property delta.tpls.files exists in config...OK
Verifying property delta.less.files exists in config...OK
Verifying property delta.jsunit.files exists in config...OK
Verifying property delta.coffeeunit.files exists in config...OK
Live reload server started on port: 35729
Watching Gruntfile.js for changes.
Watching src/index.html for changes.
Watching src/assets/README.md for changes.
Watching src/app/about/about.tpl.html for changes.
Watching src/app/home/home.tpl.html for changes.
Watching src/app/about/about.js for changes.
Watching src/app/app.js for changes.
Watching src/app/home/home.js for changes.
Watching src/common/plusOne/plusOne.js for changes.
Watching src/common/titleService/titleService.coffee for changes.
Watching src/app/home/home.less for changes.
Watching src/less/main.less for changes.
Watching src/less/variables.less for changes.
Watching src/app/app.spec.js for changes.
Watching src/app/home/home.spec.js for changes.
Watching src/common/titleService/titleService.spec.coffee for changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment