gulp是前端开发过程中对代码进行构建的工具,是自动化项目的构建利器;她不仅能对网站资源进行优化,而且在开发过程中很多重复的任务能够使用正确的工具自动完成;使用她,我们不仅可以很愉快的编写代码,而且大大提高我们的工作效率。
gulp是基于Nodejs的自动任务运行器, 她能自动化地完成 javascript/sass/less/html/image/css 等文件的的测试、检查、合并、压缩、格式化、浏览器自动刷新、部署文件生成,并监听文件在改动后重复指定的这些步骤。在实现上,她借鉴了Unix操作系统的管道(pipe)思想,前一级的输出,直接变成后一级的输入,使得在操作上非常简单。
通过本文,我们将学习如何使用Gulp来改变开发流程,从而使开发更加快速高效。
gulp 和 grunt 非常类似,但相比于 grunt 的频繁 IO 操作,gulp 的流操作,能更快地更便捷地完成构建工作。
让我们一起来学习gulp吧! ^_^
gulp和grunt 分享ppt

 

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

gulp和grunt 分享ppt

 

相关文章:

  • 2022-12-23
  • 2021-06-10
  • 2021-09-26
  • 2022-12-23
  • 2021-10-30
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-06-07
  • 2021-10-31
  • 2022-12-23
相关资源
相似解决方案