Skip to content

Commit df5bc43

Browse files
committedOct 21, 2015
Send mappings into live css watcher. Fixes missing mapping resolution when watching files
1 parent fbbece2 commit df5bc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/livestyle

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if (root && !commandLineOptions.dead) {
132132
root: root,
133133
mtime: commandLineOptions.mtime,
134134
watchfile: commandLineOptions.watchfile,
135-
mappings: commandLineOptions.mappings,
135+
mappings: mappings,
136136
watchCssImages: commandLineOptions.watchcssimages
137137
}, require('socket.io'));
138138
}

0 commit comments

Comments
 (0)