slushjs / slush

The streaming scaffolding system - Gulp as a replacement for Yeoman
http://slushjs.github.io/generators
MIT License
1.24k stars 58 forks source link

liftoff 2x / v8flags 2x released #27

Open tkellen opened 9 years ago

tkellen commented 9 years ago

Heya, this is just a friendly note to let you know that a new version of Liftoff and some of the dependencies commonly used in conjunction with it have been released. This release adds better support for situations where your user's configuration files are written using features behind a v8 flag (e.g. --harmony). Windows users and io.js users should see less issues if you upgrade!

Some helpful links: https://github.com/tkellen/node-liftoff/blob/master/UPGRADING.md#100---200 https://github.com/tkellen/node-v8flags/blob/master/README.md#example https://github.com/tkellen/node-hacker/blob/master/bin/hacker.js#L10-L14

Thanks!

joakimbeng commented 9 years ago

@tkellen thanks for the info!

When support for Gulp 4 is finished Slush won't have Liftoff as a dependency anymore, so this will be fixed by the same time #26 is fixed.