Releases: Workiva/wGulp
0.8.5-unit-test-only
Info
Shipyard Build: (waiting for build to complete)
Skynet Results: (waiting for Skynet results)
This patch release includes the following changes:
Miscellaneous
- #164 WP-5915 Release wGulp 0.8.5-unit-test-only
- WP-5915 RELEASE wGulp 0.8.5-unit-test-only
Notes created on Monday, February 05 07:49 PM UTC
0.8.5
This patch release includes the following changes:
Miscellaneous
- #158 CP-1002 update license text and karma-jspm dependency
- CP-1002 update license text and karma-jspm dependency
- #161 CP-1211 Upgrade to gulp-connect 2.3.1
- CP-1211 Upgrade to gulp-connect 2.3.1
- #162 CP-967 Release wGulp 0.8.5
- CP-967 RELEASE wGulp 0.8.5
Notes created on Thursday, December 17 05:27 PM UTC
0.8.4
wGulp 0.8.3
This patch release of wGulp updates the gulp-sass
plugin for compatibility with [email protected]
.
Bug Fixes
- #151 - Upgrade
gulp-sass
plugin
wGulp 0.8.2
This patch release of wGulp fixes an error when running tests with wGulp:
Uncaught ReferenceError: jasmineRequire is not defined
Bug Fixes
- #147 - Pin
karma
dependency to known-working version
wGulp 0.8.1
wGulp 0.8.0
This minor release of wGulp includes a couple of features and a bug fix that addresses an issue with running the karma test watcher with livereload.
Features
- #130 - Completely exclude tasks from the task dependency tree via
taskTree.excludeFromAll
- #134 - Upgrade the TypeScript version to 1.4
Bug Fixes
- #139 - Pin
gulp-livereload
andtiny-lr
to fix the "Script error" issue when runninggulp watch:test
wGulp 0.7.8
Merge pull request #131 from Workiva/internGulp
CP-419 Gulp task for running intern functional tests
wGulp 0.7.7
This is a patch release of wGulp that addresses an issue with installing PhantomJS.
Bug Fixes
- #135 - Pin PhantomJS to 1.9.15
For reference, the PhantomJS installation error looks like this:
...
[exec] > [email protected] install /smithy-builder/builds/Workiva/bigsky/workspace/apps/canary/node_modules/phantomjs
[exec] > node install.js
[exec]
[exec] Looks like an `npm install -g`; unable to check for already installed version.
[exec] Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
[exec] Saving to /smithy-home/tmp/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
[exec] Using npmconf ca
[exec] Receiving...
[exec]
[exec] Error making request.
[exec] Error: CERT_UNTRUSTED
...
wGulp 0.7.6
General patch release of the 0.7.x line. Contains the following improvement:
- Add jspm bundle options for minify and sourceMaps ( #123 )