Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 62aeafb

Browse files
committed
Fixed: --watch doesn't output console.log() related to watcherd/unwatched files anymore (1.2.3)
1 parent 477f571 commit 62aeafb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.2.2 - 2015-03-02
1+
# 1.2.3 - 2015-04-10
2+
3+
- Fixed: --watch doesn't output console.log() related to watcherd/unwatched files anymore
4+
5+
# 1.2.2 - 2015-04-09
26

37
- Changed: upgrade chokidar to stable 1.0.0 (used for cssnext --watch)
48

bin/cssnext.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ if (config.watch) {
106106

107107
var watcherOnImport = function(imported) {
108108
var filesToUnWatch = arrayDiff(importedFiles, imported)
109-
console.log("unwtach: ", filesToUnWatch)
110109
watcher.unwatch(filesToUnWatch)
111110
importedFiles = imported
112-
console.log("add:", importedFiles)
113111
watcher.add(importedFiles)
114112
}
115113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnext",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Use tomorrow's CSS syntax, today",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)