This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Releases: makenew/deck-bespoke.js
Releases · makenew/deck-bespoke.js
v1.6.3
v1.6.2
- Use normal script for wercker dist step.
- Update postcss-brunch to 0.6.0.
- Minor format update to
gulpfile.js
andbrunch-config.js
.
v1.6.1
- Fix error with paths in gulpfile.
v1.6.0
- 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
- Update theme link in humans.txt.
v1.5.2
- Do not add full hostname to
prependHost
. - Fix html path in gulpfile.
- Set explicit image extensions in gulpfile.
v1.5.1
- Move
initialize.js
tovendor
.
v1.5.0
- Remove inline script in favour of
initialize.js
. - Refactor npm scripts and updated README accordingly.
- Split gulp watch tasks.
v1.4.0
- 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
- Using
DIGEST
now prepends the full url.
Check that your existing uses ofDIGEST
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.