Skip to content

Commit 48b77fa

Browse files
committed
Update READMEs and new release
1 parent a67e69c commit 48b77fa

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.0.0-beta.13"></a>
2+
## 1.0.0-beta.13
3+
> 2016-04-14
4+
5+
Fixed a issue where Jekyll wouldn't generate when run with LSI turned on, so
6+
this was disabled as it isn't used for anything. And fixed the uploading for
7+
AWS.
8+
9+
#### Changelog:
10+
* [[`a67e69c083`](https://github.com/sondre/generator-jekyllized/commit/a67e69c083)] - Fix uploading for AWS
11+
* [[`d16c4944ef`](https://github.com/sondre/generator-jekyllized/commit/d16c4944ef)] - Remove LSI
12+
113
<a name="1.0.0-beta.12"></a>
214
## 1.0.0-beta.12
315
> 2016-04-01

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ new/updated site is uploaded to your platform of choice.
5959
in
6060
* **Start:** Run `gulp` and watch the magic unfold
6161

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

6470
#### `gulp [--prod]`

generators/boilerplate/templates/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ If you have cloned this repo or want to reinstall, make sure there's no
2727
`node_modules` or `Gemfile.lock` folder/file and then run `npm install` and
2828
`bundle install`.
2929

30+
#### Update
31+
To update: `npm update generator-jekyllized -g`, then run `yo jekyllized:gulp`
32+
in this directory. Note that this will overwrite any local changes, so back it
33+
up.
34+
3035
## Github
3136
For more information on how to use your new project, please refer to the [README
3237
on Github](https://github.com/sondr3/generator-jekyllized).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jekyllized",
3-
"version": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
44
"main": "index.js",
55
"description": "Use Jekyll with Gulp: Sass, sourcemaps, AutoPrefixer, asset optimization and cache busting and much, much more. Can you really want more?",
66
"keywords": [

0 commit comments

Comments
 (0)