Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Releases: makenew/tasty-brunch

v3.2.0

23 Oct 18:53
Compare
Choose a tag to compare
  • Add cssnext and postcss-import.
  • Use brunch 2.9.1.
  • Remove cssnano (unused).
  • Lint vendor/initialize.js.

v3.1.0

23 Oct 03:31
Compare
Choose a tag to compare
  • 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

29 Sep 16:44
Compare
Choose a tag to compare
  • 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

10 Sep 02:45
Compare
Choose a tag to compare
  • Use run-sequence to order gulp optimize.

v2.2.1

03 Sep 04:39
Compare
Choose a tag to compare
  • Add dist to package files.

v2.2.0

03 Sep 04:31
Compare
Choose a tag to compare
  • 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

15 Aug 22:18
Compare
Choose a tag to compare
  • Handle empty BASEURL and ASSET_PREFIX correctly.

v2.1.0

15 Aug 18:37
Compare
Choose a tag to compare
  • Replace url and baseurl with urlprefix.
    • Important: set your url and baseurl in brunch-config.js.
  • 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 package files array.

v2.0.0

14 Aug 23:21
Compare
Choose a tag to compare
  • 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, and video meta data (see the README).

  • Breaking: add default og:image.
    • You must replace app/assets/image.png to customize it.
  • 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

12 Aug 05:39
Compare
Choose a tag to compare
  • 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 ''.
  • Update makenew.sh to work on Unix and Mac.
  • Fix minor standard formatting in issue from last release.