Generator Starterkit Versions Save

Yeoman that scaffolds out a front end starterkit. 📦

v1.3.9

7 years ago

✏️ Typos

  • Typo fixes #22

:arrow_up: Depencies

  • Dependency updates.

v1.3.8

7 years ago

🚨 Bug fixes

  • Fixed #21 - When running the generator with node-lts (4.x.x).

⬆️ Dependencies

- [email protected]
+ [email protected]

Commits Changelog

v1.3.7

7 years ago

Features

The whole generator-starterkit has been rewritten using ECMAScript 6, providing a better code. Thanks to @jlopezxs in #17 🎉 .

xo has been added to the build process and continuous integration, to ensure the code style and avoid errors #18.

GitHub

Contributting guide updated. Readme badges updated.

Commits Changelog

v1.3.5

7 years ago

Features

Updated the generator prompts to add different deploy methods.

deploymethod

Add github pages deploy integration using gulp-gh-pages at the gh-pages and deploy task. Surge will be available as a deploy method too. #13

Dependencies

Updated dependencies

- [email protected]
+ [email protected]
- [email protected]
+ [email protected]
- [email protected]
+ [email protected]

Tests

Updated and added tests to test new features and functionalities.

Commits Changelog

v1.3.4

7 years ago
Docs

Updated docs and readme files.

Bugs

Fixed a bug #11 from the previous release v1.3.3

Commits Changelog

v1.3.3

7 years ago
Dependencies

Updated dependencies

- [email protected]
+ [email protected]
- [email protected]
+ [email protected]
- [email protected]
+ [email protected]
- [email protected]
+ [email protected]
- gulp-jade
+ gulp-pug
Files

Renamed files from jade to pug.

Tests

Refactored tests with the renaming from jade to pug.

Commits Changelog