Skip to content

Commit

Permalink
Fixed --watchimages/--watchcssimages inconsistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 16, 2013
1 parent dc78888 commit 1a3f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/livestyle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ console.log('Listening to http://' + commandLineOptions.host + ':' + commandLine

var server = require('../lib/createLiveStyleApp')({
watchHtml: commandLineOptions.watchhtml,
watchImages: commandLineOptions.watchimages,
watchCssImages: commandLineOptions.watchcssimages,
dead: commandLineOptions.dead,
debug: commandLineOptions.debug,
root: root,
Expand Down

0 comments on commit 1a3f31b

Please sign in to comment.