Skip to content

Commit

Permalink
New release, remove info about updating [ci skip]
Browse files Browse the repository at this point in the history
The updater apparently doesn't remember the choice you set for uploading
so updating the gulpfile will make it remove any kind of uploading task.
  • Loading branch information
sondr3 committed Apr 14, 2016
1 parent 8ca22fe commit 85b1a97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="1.0.0-beta.14"></a>
## 1.0.0-beta.14
> 2016-04-14
Fixed a typo in the cache-headers for Amazon S3, thanks @xHN35RQ.

#### Changelog:
* [[`8ca22fe71c`](https://github.com/sondr3/generator-jekyllized/commit/8ca22fe71c)] - max-age, not max-axe... sadly

<a name="1.0.0-beta.13"></a>
## 1.0.0-beta.13
> 2016-04-14
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ new/updated site is uploaded to your platform of choice.
in
* **Start:** Run `gulp` and watch the magic unfold

#### Update
It's recommended that you keep your `gulpfile` up to date with the generator.
First, update `generator-jekyllized`: `npm update generator-jekyllized -g`, then
run `yo jekyllized:gulp` in the directory you want to update. Note that this
will overwrite any local changes you've made, so make sure to make a backup.

## Usage

#### `gulp [--prod]`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jekyllized",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"main": "index.js",
"description": "Use Jekyll with Gulp: Sass, sourcemaps, AutoPrefixer, asset optimization and cache busting and much, much more. Can you really want more?",
"keywords": [
Expand Down

0 comments on commit 85b1a97

Please sign in to comment.