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

Releases: makenew/deck-bespoke.js

v1.6.3

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.

v1.6.2

05 Aug 06:06
Compare
Choose a tag to compare
  • Use normal script for wercker dist step.
  • Update postcss-brunch to 0.6.0.
  • Minor format update to gulpfile.js and brunch-config.js.

v1.6.1

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

v1.6.0

31 Jul 05:52
Compare
Choose a tag to compare
  • 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.3

31 Jul 05:51
Compare
Choose a tag to compare
  • Update theme link in humans.txt.

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:36
Compare
Choose a tag to compare
  • Move initialize.js to vendor.

v1.5.0

26 May 18:36
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.