Create a separate task for browser-sync. Here's an example of how I've set this up: const bs = require('browser-sync').create(); // Other ...
確定! 回上一頁