]> git.gir.st - VimFx.git/commit
Replace a `console.log` in gulpfile.coffee
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 21 Oct 2015 16:46:42 +0000 (18:46 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 21 Oct 2015 16:46:42 +0000 (18:46 +0200)
commitdf5c47c02bd358b807313a41e14b208723c926ec
tree10d6d972ed35f095441ea71e04c3a00a45876c0e
parent5ba2ccb5e000385b6dc28623744e5ea39f18f9cd
Replace a `console.log` in gulpfile.coffee

... with `process.stdout.write`. This means that there is only one `console.log`
occurance in all .coffee files, which makes it easier to search for left-over
temporary `console.log`s.
gulpfile.coffee
Imprint / Impressum