We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019c031 commit 714b1cbCopy full SHA for 714b1cb
index.js
@@ -148,6 +148,8 @@ function cli(process, beforeMinifyCallback) {
148
var expandedGlobs = expandGlobs(program.args);
149
if (inputOptions.watch) {
150
var inputPaths = expandedGlobs.map(function (path) { return path.expanded; });
151
+
152
+ minify(process, options, configurations, expandedGlobs);
153
require('chokidar').watch(inputPaths).on('change', function () {
154
minify(process, options, configurations, expandedGlobs);
155
});
0 commit comments