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

Releases: makenew/tasty-brunch

v1.6.3

05 Aug 06:06
Compare
Choose a tag to compare
  • Minor format update to gulpfile.js and brunch-config.js.

v1.6.2

05 Aug 02:37
Compare
Choose a tag to compare
  • Use normal script for wercker dist step.
  • Update postcss-brunch to 0.6.0.

v1.6.1

31 Jul 19:56
Compare
Choose a tag to compare
  • Fix error with paths in gulpfile.

v1.6.0

31 Jul 05:50
Compare
Choose a tag to compare
  • Move layouts and partials into static subdirectory.
    • Optional: Move any custom *.static.* files to this path.
  • Use entryPoints for app and joinTo for vendor.
  • Set npm test to true.
  • Make gulp paths constant DRY.
  • Put gulp subtasks on own line.
  • Improve readability for npm scripts.

v1.5.2

26 May 19:03
Compare
Choose a tag to compare
  • Do not add full hostname to prependHost.
  • Fix html path in gulpfile.
  • Set explicit image extensions in gulpfile.

v1.5.1

26 May 18:30
Compare
Choose a tag to compare
  • Move initialize.js to vendor.

v1.5.0

26 May 18:14
Compare
Choose a tag to compare
  • Remove inline script in favour of initialize.js.
  • Refactor npm scripts and updated README accordingly.
  • Split gulp watch tasks.

v1.4.0

16 May 23:53
Compare
Choose a tag to compare
  • Use Travis for tests and wercker for deployment.
  • Make htmlmin more aggressive.
  • Add imagemin.
  • Add 'use strict' to gulpfile and organize paths.
  • Update gulp-htmlmin, gulp-standard, and standard.
  • Replace sanitize link in humans.txt with normalize.
  • Remove extra link bracket in CHANGELOG.

v1.3.0

27 Mar 23:26
Compare
Choose a tag to compare
  • Using DIGEST now prepends the full url.
    Check that your existing uses of DIGEST are compatible with this change.
  • Replace sanitize.css with normalize.css.
  • Replace browser-sync-brunch with auto-reload-brunch.
  • Update some key minimum dependency versions.
  • Explicitly require index.js by name.
  • Fix how deploy script checks if pull request.

v1.2.1

27 Mar 23:11
Compare
Choose a tag to compare
  • Remove (now) unneeded dependency yaml-front-matter.