खोज…


चौकीदार का काम

config.paths.html आपकी HTML फ़ाइल के पथ का प्रतिनिधित्व करता है।

gulp.task("watch", function() {
    gulp.watch(config.paths.html, ["html"]);
});

कार्य को डिफ़ॉल्ट रूप में भी जोड़ा जाना चाहिए:

gulp.task("default", ["html", "watch"]);


Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow