realise-labs / gulp-boilerplate

A Gulp powered boilerplate for rapid, consistent website delivery
https://www.realise.com/
1 stars 2 forks source link

David release folder #69

Closed davidpanik closed 6 years ago

davidpanik commented 6 years ago

Addresses #66

Have added a new /release folder in the project - this is where "production ready" code should go for deployment.

There is also a new "gulp release" workflow which will clear out /release (including that temporary text file) and then copy in the contents of /dist ("gulp build" needs to be run before hand).