Skip to content

Commit ae12289

Browse files
committed
Gulpfile less watch
1 parent a30cfec commit ae12289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ gulp.task('dev', function (done) {
191191
.merge(Object.keys(sources).map(function (application) {
192192
var files = [
193193
path.join(pkg_config.name, application, 'static-src', '**', '*.js'),
194-
path.join(pkg_config.name, application, 'static-src', '**', '*.css')
194+
path.join(pkg_config.name, application, 'static-src', '**', '*.less')
195195
];
196196
return watch(files, {verbose: true, name: 'dev'}, function () {
197197
build_app_sources(application, false)

0 commit comments

Comments
 (0)