This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Releases: makenew/tasty-brunch
Releases · makenew/tasty-brunch
v3.2.0
v3.1.0
- Lint js files in project root.
- Show log message when watching and linting files with no errors.
- Update stylelint-config-standard to 14.0.0.
v3.0.0
- Replace sass with postcss.
- Replace Normalize.css with sanitize.css.
- Update htmlmin to v3.0.0.
- Update concurrently to v3.0.0
- Add convenient npm script aliases.
- Minor README updates:
- Add note about engines to README.
- Link directly to npm-shrinkwrap docs.
v2.2.2
- Use run-sequence to order gulp optimize.
v2.2.1
- Add dist to package files.
v2.2.0
- Update to standard 8.0.0.
- Remove extra babel dependencies.
- Optional: depending on your project, you may still need these.
- Remove direct dependencies on linters.
- Optional: depending on your project, you may still want to keep these.
- Update postcss-brunch to 2.0.1.
- Use trusty on Travis.
- Fix typos in README.
v2.1.1
- Handle empty
BASEURL
andASSET_PREFIX
correctly.
v2.1.0
- Replace
url
andbaseurl
withurlprefix
.- Important: set your url and baseurl in
brunch-config.js
.
- Important: set your url and baseurl in
- Exchange meaning of build and dist.
- Optional: update custom gulp tasks that rely these constants.
- Allow gulp-rev-all prefix to be set by
ASSET_PREFIX
. - Fix missing baseurl in meta properties.
- Remove URL from
humans.txt
. - Only include
build
in packagefiles
array.
v2.0.0
- Breaking: replace digest-bunch with gulp-rev-all.
-
You must remove all use of
DIGEST
, simply use a direct reference, e.g.,<img src="/images/logo.svg">
-
You must update
image
,audio
, andvideo
meta data (see the README).
-
- Breaking: add default
og:image
.- You must replace
app/assets/image.png
to customize it.
- You must replace
- Use implicit return in gulpfile.
- Optional: if you have added custom gulp tasks, update them to match.
- Place paths in gulpfile on own line.
v1.6.4
- The
baseurl
should be empty (not/
) when serving from the root.- Optional: if your app's baseurl was
'/'
, you should remove the key or set it to''
.
- Optional: if your app's baseurl was
- Update makenew.sh to work on Unix and Mac.
- Fix minor standard formatting in issue from last release.