Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfmorton committed Jul 27, 2018
2 parents 7700fa7 + 8eb50ad commit fa089b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Changelog

Version 0.10.1
* Added support for nested folders in the "dev" folder. For example, if you stored your images in an "images" folder, they are now copied properly when you "gulp build" your files for delivery.
## [2.0.1] - 2018-07-27
### Fixed
- The 'gulp man' function now returns a promise and will not cause a warning.
- This changelog has been updated to match the formatting of https://keepachangelog.com/en/1.0.0/ and have real content.

Version 0.10.0
* Added Sizmek support
### Changed
- The default banner seen immediately after installation has changed to be a little more pleasing and provide an example of styling and animation.

All previous versions
* Sorry... adding a change log kinda late in the process. Will try to do better

## [2.0.0] - 2018-07-15
### Added
- This is a rebuild of the Yeoman Build A Banner workflow.
- Now uses Gulp 4

## To do
* I'll be removing the non-blocking inclusion of the CSS file. In some cases this is messing up animations where the JS manages to load faster than the CSS. Making the CSS a blocking load seems to make the most sense because that the equivalent of "waiting for it to load" in order to run the JS.
* I need to check the versions of the Greensock library and other JS files referenced to be sure their versions are up to date.
* I will correct the spelling of Sizmek too eventually.
2 changes: 1 addition & 1 deletion generators/app/templates/_gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export function man() {
log('and creates a zip of these files in', c.red('delivery'), 'directory');
log(c.yellow('gulp archive'), 'takes files from the '+ c.red('dev'), 'directory' + ' plus other important files');
log('and zips them in the', c.red('archive'), 'directory for archival purposes.');
log(c.yellow('gulp ba'), 'is a shortcut to run build and then archive.');
log('BONUS:', c.green('gulp ba'), 'is a shortcut to run build and then archive.');
log('--------------------------');
resolve();
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-buildabanner",
"version": "2.0.0",
"version": "2.0.1",
"description": "Yeoman generator to help build a variety of HTML banners: Standard, Adwords, DoubleClick Studio or Sizmek.",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit fa089b6

Please sign in to comment.