Skip to content

Commit e22435e

Browse files
committed
Rename watch to watchs
1 parent 75a6f88 commit e22435e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elixir.extend('postcss', function(src, opts) {
2222
plugins: [],
2323
srcPath: config.assetsPath + '/' + name,
2424
sourcemaps: opts.sourcemaps ? opts.sourcemaps : config.sourcemaps,
25-
watch: [],
25+
watchs: [],
2626
}, opts);
2727

2828
new elixir.Task(name, function() {
@@ -52,6 +52,6 @@ elixir.extend('postcss', function(src, opts) {
5252
.pipe(gulp.dest(opts.output))
5353
.pipe(new notification().message(name + ' Compiled!'));
5454
})
55-
.watch(_.union([opts.srcPath + '/**/*.css'], opts.watch));
55+
.watch(_.union([opts.srcPath + '/**/*.css'], opts.watchs));
5656

5757
});

0 commit comments

Comments
 (0)