This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
Major Changes
- npm scripts for basic usage scenarios, documented here. #466
- yarn integration #469
- dependency updates #472, among others:
- Cordova 6.5.x - http://cordova.apache.org/news/2017/01/23/tools-release.html
- gulp-sass 3.x(significant speed boost) - https://github.com/dlmanning/gulp-sass/releases
- yeoman 1.x - https://github.com/yeoman/generator/releases/tag/v1.0.0
- gulp build cache busting using gulp-rev, thanks @lordgreg #483
- gulp karma, gulp protractor better reporters and other smaller improvements, thanks @lordgreg
#478 #489
Minor Changes:
- travis now runs tests against node 7, tests run properly again #479
- --res fix issue with faulty paths on windows, thanks @lordgreg #454
- gulp watch now injects the css files instead of reload the browser, thanks @erictonussi #462