[take you to gulp from actual combat] package front-end projects and implement anti caching

What is gulp?A node based front-end automated task construction tool, which uses the classic callback + Chain call to realize task automation (SRC. Pipe (...) Pipe), gulp is actually very similar to webpack, but gulp has different emphasis. Gulp focuses more on front-end process automation and task execution (improving development efficiency th ...

Posted by aidude111 on Sun, 06 Mar 2022 04:31:32 +0100

Gulp basic concept and Application

gulp introduction, basic useGulp.js is an automated build tool that developers can use to automate common tasks during project development.yarn add gulp Gulp cli will be installed when gulp is installed. gulpfile.js exports a function. The synchronous code mode is cancelled in the latest gulp. Every task is asynchronous. Finally, you need to ca ...

Posted by pedrobcabral on Fri, 28 Jan 2022 07:48:54 +0100