|
|
- gulp. js
A toolkit to automate enhance your workflow Leverage gulp and the flexibility of JavaScript to automate slow, repetitive workflows and compose them into efficient build pipelines
- Quick Start - gulp. js
If you've previously installed gulp globally, run npm rm --global gulp before following these instructions For more information, read this Sip
- API Concepts | gulp. js
The following concepts are prerequisites to understanding the API docs They will be referenced throughout, refer back to this page for detailed explanations
- Plugins - gulp. js
Search Docs Getting Started API Community GitHub Stack Overflow Twitter
- JavaScript and Gulpfiles | gulp. js
Gulp allows you to use existing JavaScript knowledge to write gulpfiles or to use your experience with gulpfiles to write plain JavaScript Although a few utilities are provided to simplify working with the filesystem and command line, everything else you write is pure JavaScript
- Working with Files - gulp. js
Working with Files The src() and dest() methods are exposed by gulp to interact with files on your computer src() is given a glob to read from the file system and produces a Node stream It locates all matching files and reads them into memory to pass through the stream The stream produced by src() should be returned from a task to signal async completion, as mentioned in Creating Tasks
- Async Completion - gulp. js
Async Completion Node libraries handle asynchronicity in a variety of ways The most common pattern is error-first callbacks, but you might also encounter streams, promises, event emitters, child processes, or observables Gulp tasks normalize all these types of asynchronicity Signal task completion When a stream, promise, event emitter, child process, or observable is returned from a task
- Using Plugins - gulp. js
Gulp plugins are Node Transform Streams that encapsulate common behavior to transform files in a pipeline - often placed between src() and dest() using the pipe() method They can change the filename, metadata, or contents of every file that passes through the stream
- Explaining Globs - gulp. js
A glob is a string of literal and or wildcard characters used to match filepaths Globbing is the act of locating files on a filesystem using one or more globs
|
|
英文每年常用名排名 2024 年排名 2023 年排名 2022 年排名 2021 年排名 2020 年排名 2019 年排名 2018 年排名 2017 年排名 2016 年排名 2015 年排名 2014 年排名 2013 年排名 2012 年排名 2011 年排名 2010 年排名 2009 年排名 2008 年排名 2007 年排名 2006 年排名 2005 年排名 2004 年排名 2003 年排名 2002 年排名 2001 年排名
英文名字起源
希伯來 希臘 條頓 印度 拉丁 拉丁語 古英語 英格蘭 阿拉伯 法國 蓋爾 英語 匈牙利 凱爾特 西班牙 居爾特 非洲 美洲土著 挪威 德國 威爾士 斯拉夫民族 古德語 愛爾蘭 波斯 古法語 盎格魯撒克遜 意大利 蓋爾語 未知 夏威夷 中古英語 梵語 蘇格蘭 俄羅斯 土耳其 捷克 希臘;拉丁 斯干那維亞 瑞典 波蘭 烏干達 拉丁;條頓 巴斯克語 亞拉姆 亞美尼亞 斯拉夫語 斯堪地納維亞 越南 荷蘭
|