Skip to content

Commit

Permalink
Docs: Update urls to https (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
him2him2 authored and phated committed Dec 26, 2017
1 parent 4b118b9 commit ff4e719
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="http:https://gulpjs.com">
<a href="https:https://gulpjs.com">
<img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">
</a>
<p align="center">The streaming build system</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Jump to:
### gulp.src(globs[, options])

Emits files matching provided glob or an array of globs.
Returns a [stream](http:https://nodejs.org/api/stream.html) of [Vinyl files](https://github.com/gulpjs/vinyl-fs)
that can be [piped](http:https://nodejs.org/api/stream.html#stream_readable_pipe_destination_options)
Returns a [stream](https:https://nodejs.org/api/stream.html) of [Vinyl files](https://github.com/gulpjs/vinyl-fs)
that can be [piped](https:https://nodejs.org/api/stream.html#stream_readable_pipe_destination_options)
to plugins.

```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The CLI adds process.env.INIT_CWD which is the original cwd it was launched from

#### Task specific flags

Refer to this [StackOverflow](http:https://stackoverflow.com/questions/23023650/is-it-possible-to-pass-a-flag-to-gulp-to-have-it-run-tasks-in-different-ways) link for how to add task specific flags
Refer to this [StackOverflow](https:https://stackoverflow.com/questions/23023650/is-it-possible-to-pass-a-flag-to-gulp-to-have-it-run-tasks-in-different-ways) link for how to add task specific flags

### Tasks

Expand Down
6 changes: 3 additions & 3 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gulp updates can be found on the following twitters:
Yes, come chat with us in #gulpjs on [Freenode].

[Writing a gulp plugin]: writing-a-plugin/README.md
[gulp introduction slideshow]: http:https://slid.es/contra/gulp
[Freenode]: http:https://freenode.net/
[search-gulp-plugins]: http:https://gulpjs.com/plugins/
[gulp introduction slideshow]: https:https://slid.es/contra/gulp
[Freenode]: https:https://freenode.net/
[search-gulp-plugins]: https:https://gulpjs.com/plugins/
[npm plugin search]: https://npmjs.org/browse/keyword/gulpplugin
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The community has written [recipes](recipes#recipes) for common gulp use-cases.

## Still got questions?

Post on [StackOverflow with a #gulp tag](http:https://stackoverflow.com/questions/tagged/gulp) or come chat with us in [#gulpjs](http:https://webchat.freenode.net/?channels=gulpjs) on [Freenode](http:https://freenode.net/).
Post on [StackOverflow with a #gulp tag](https:https://stackoverflow.com/questions/tagged/gulp) or come chat with us in [#gulpjs](https:https://webchat.freenode.net/?channels=gulpjs) on [Freenode](https:https://freenode.net/).


## Books
Expand All @@ -32,14 +32,14 @@ Post on [StackOverflow with a #gulp tag](http:https://stackoverflow.com/questions/tagg
## Articles
* [Tagtree intro to gulp video](http:https://tagtree.io/gulp)
* [Introduction to node.js streams](https://github.com/substack/stream-handbook)
* [Video introduction to node.js streams](http:https://www.youtube.com/watch?v=QgEuZ52OZtU)
* [Getting started with gulp (by @markgdyr)](http:https://markgoodyear.com/2014/01/getting-started-with-gulp/)
* [Video introduction to node.js streams](https:https://www.youtube.com/watch?v=QgEuZ52OZtU)
* [Getting started with gulp (by @markgdyr)](https:https://markgoodyear.com/2014/01/getting-started-with-gulp/)
* [A cheatsheet for gulp](https://github.com/osscafe/gulp-cheatsheet)
* [Why you shouldn’t create a gulp plugin (or, how to stop worrying and learn to love existing node packages)](http:https://blog.overzealous.com/post/74121048393/why-you-shouldnt-create-a-gulp-plugin-or-how-to-stop)
* [Inspiration (slides) about why gulp was made](http:https://slid.es/contra/gulp)
* [Building With Gulp](http:https://www.smashingmagazine.com/2014/06/11/building-with-gulp/)
* [Gulp - The Basics (screencast)](https://www.youtube.com/watch?v=dwSLFai8ovQ)
* [Get started with gulp (video series)](http:https://www.youtube.com/playlist?list=PLRk95HPmOM6PN-G1xyKj9q6ap_dc9Yckm)
* [Get started with gulp (video series)](https:https://www.youtube.com/playlist?list=PLRk95HPmOM6PN-G1xyKj9q6ap_dc9Yckm)
* [Optimize your web code with gulp](http:https://www.linuxuser.co.uk/tutorials/optimise-your-web-code-with-gulp-js)
* [Automate Your Tasks Easily with Gulp.js ](https://scotch.io/tutorials/automate-your-tasks-easily-with-gulp-js)

Expand All @@ -53,7 +53,7 @@ Post on [StackOverflow with a #gulp tag](http:https://stackoverflow.com/questions/tagg

All the documentation is covered by the CC0 license *(do whatever you want with it - public domain)*.

[![CC0](http:https://i.creativecommons.org/p/zero/1.0/88x31.png)](http:https://creativecommons.org/publicdomain/zero/1.0/)
[![CC0](https:https://i.creativecommons.org/p/zero/1.0/88x31.png)](https:https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, [Fractal](http:https://wearefractal.com) has waived all copyright and related or neighboring rights to this work.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Using gulpfile ~/my-project/gulpfile.js
- [API Documentation](API.md) - The programming interface, defined
- [Recipes](recipes) - Specific examples from the community
- [In Depth Help](https://travismaynard.com/writing/getting-started-with-gulp) - A tutorial from the the guy who wrote the book
- [Plugins](http:https://gulpjs.com/plugins/) - Building blocks for your gulp file
- [Plugins](https:https://gulpjs.com/plugins/) - Building blocks for your gulp file
2 changes: 1 addition & 1 deletion docs/recipes/browserify-transforms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Browserify + Transforms

[Browserify](http:https://github.com/substack/node-browserify) has become an important and indispensable
[Browserify](https:https://github.com/substack/node-browserify) has become an important and indispensable
tool but requires being wrapped before working well with gulp. Below is a simple recipe for using
Browserify with transforms.

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/browserify-uglify-sourcemap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Browserify + Uglify2 with sourcemaps

[Browserify](http:https://github.com/substack/node-browserify) has become an important and indispensable
[Browserify](https:https://github.com/substack/node-browserify) has become an important and indispensable
tool but requires being wrapped before working well with gulp. Below is a simple recipe for using
Browserify with full sourcemaps that resolve to the original individual files.

Expand Down
6 changes: 3 additions & 3 deletions docs/recipes/fast-browserify-builds-with-watchify.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Fast browserify builds with watchify

As a [browserify](http:https://github.com/substack/node-browserify) project begins to expand, the time to bundle it slowly gets longer and longer. While it might start at 1 second, it's possible to be waiting 30 seconds for your project to build on particularly large projects.
As a [browserify](https:https://github.com/substack/node-browserify) project begins to expand, the time to bundle it slowly gets longer and longer. While it might start at 1 second, it's possible to be waiting 30 seconds for your project to build on particularly large projects.

That's why [substack](http:https://github.com/substack) wrote [watchify](http:https://github.com/substack/watchify), a persistent browserify bundler that watches files for changes and *only rebuilds what it needs to*. This way, that first build might still take 30 seconds, but subsequent builds can still run in under 100ms – which is a huge improvement.
That's why [substack](https:https://github.com/substack) wrote [watchify](https:https://github.com/substack/watchify), a persistent browserify bundler that watches files for changes and *only rebuilds what it needs to*. This way, that first build might still take 30 seconds, but subsequent builds can still run in under 100ms – which is a huge improvement.

Watchify doesn't have a gulp plugin, and it doesn't need one: you can use [vinyl-source-stream](http:https://github.com/hughsk/vinyl-source-stream) to pipe the bundle stream into your gulp pipeline.
Watchify doesn't have a gulp plugin, and it doesn't need one: you can use [vinyl-source-stream](https:https://github.com/hughsk/vinyl-source-stream) to pipe the bundle stream into your gulp pipeline.

``` javascript
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/rollup-with-rollup-stream.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rollup with rollup-stream

Like Browserify, [Rollup](http:https://rollupjs.org/) is a bundler and thus only fits naturally into gulp if it's at the start of the pipeline. Unlike Browserify, Rollup doesn't natively produce a stream as output and needs to be wrapped before it can take this position. [rollup-stream](https://github.com/Permutatrix/rollup-stream) does this for you, producing output just like that of Browserify's `bundle()` method&mdash;as a result, most of the Browserify recipes here will also work with rollup-stream.
Like Browserify, [Rollup](https:https://rollupjs.org/) is a bundler and thus only fits naturally into gulp if it's at the start of the pipeline. Unlike Browserify, Rollup doesn't natively produce a stream as output and needs to be wrapped before it can take this position. [rollup-stream](https://github.com/Permutatrix/rollup-stream) does this for you, producing output just like that of Browserify's `bundle()` method&mdash;as a result, most of the Browserify recipes here will also work with rollup-stream.

## Basic usage
```js
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/server-with-livereload-and-css-injection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Server with live-reloading and CSS injection

With [BrowserSync](http:https://browsersync.io) and gulp, you can easily create a development server that is accessible to any device on the same WiFi network. BrowserSync also has live-reload built in, so there's nothing else to configure.
With [BrowserSync](https:https://browsersync.io) and gulp, you can easily create a development server that is accessible to any device on the same WiFi network. BrowserSync also has live-reload built in, so there's nothing else to configure.

First install the module:

Expand Down Expand Up @@ -118,5 +118,5 @@ gulp serve

## Extras

- Live reload, CSS injection and scroll/form syncing works seamlessly inside of [BrowserStack](http:https://www.browserstack.com/) virtual machines.
- Live reload, CSS injection and scroll/form syncing works seamlessly inside of [BrowserStack](https:https://www.browserstack.com/) virtual machines.
- Set `tunnel: true` to view your local site at a public URL (complete with all BrowserSync features).
10 changes: 5 additions & 5 deletions docs/writing-a-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ If you plan to create your own Gulp plugin, you will save time by reading the fu

### Streaming file objects

A gulp plugin always returns a stream in [object mode](http:https://nodejs.org/api/stream.html#stream_object_mode) that does the following:
A gulp plugin always returns a stream in [object mode](https:https://nodejs.org/api/stream.html#stream_object_mode) that does the following:

1. Takes in [vinyl File objects](http:https://github.com/gulpjs/vinyl)
2. Outputs [vinyl File objects](http:https://github.com/gulpjs/vinyl) (via `transform.push()` and/or the plugin's callback function)
1. Takes in [vinyl File objects](https:https://github.com/gulpjs/vinyl)
2. Outputs [vinyl File objects](https:https://github.com/gulpjs/vinyl) (via `transform.push()` and/or the plugin's callback function)

These are known as [transform streams](http:https://nodejs.org/api/stream.html#stream_class_stream_transform_1)
These are known as [transform streams](https:https://nodejs.org/api/stream.html#stream_class_stream_transform_1)
(also sometimes called through streams).
Transform streams are streams that are readable and writable; they manipulate objects as they're being passed through.

Expand Down Expand Up @@ -195,6 +195,6 @@ if (someCondition) {
If you're unfamiliar with streams, you will need to read up on them:
* https://github.com/substack/stream-handbook (a MUST read)
* http:https://nodejs.org/api/stream.html
* https:https://nodejs.org/api/stream.html
Other libraries that are not file manipulating through streams but are made for use with gulp are tagged with the [gulpfriendly](https://npmjs.org/browse/keyword/gulpfriendly) keyword on npm.

0 comments on commit ff4e719

Please sign in to comment.