openstack-health/gulp/tasks
Tim Buckley 8c056702e3 Fix race condition in gulp prod and dev tasks
This fixes a race condition in gulp tasks where the 'browserify' task
would occasionally run before the 'views' task had finished, causing
an exception to be thrown when it failed to find the generated
templates. This makes the 'browserify' task wait for all other tasks
to complete before running, so the templates will always be generated
first.

Change-Id: I17dd4cd234dc61b98ba9f0e5ab527d8798e28434
2016-04-21 10:47:35 -06:00
..
browserSync.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
browserify.js Fix sourcemap generation for dev builds 2016-03-21 16:25:08 -06:00
clean.js Add Angular boilerplate from `angularjs-gulp-browserify-boilerplate` 2015-08-31 15:18:45 -06:00
data.js Add `data` gulp task and automatically include `app/data` in dev builds if it exists. 2015-09-11 11:58:45 -06:00
deploy.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
dev-resources.js Enable Protractor end-to-end testing. 2015-11-11 17:02:27 -07:00
development.js Fix race condition in gulp prod and dev tasks 2016-04-21 10:47:35 -06:00
e2e.js Include build output in `npm run test` logs 2016-03-08 17:31:57 -07:00
fonts.js Add Angular boilerplate from `angularjs-gulp-browserify-boilerplate` 2015-08-31 15:18:45 -06:00
gzip.js Use `gulp-replace` to rewrite JS and CSS paths during `gzip` task. `index.html.gz` now links properly to gzipped resources allowing them to be distributed alone and unmodified. 2015-09-09 17:13:40 -06:00
images.js Add standard status header 2015-11-04 08:27:00 -02:00
production.js Fix race condition in gulp prod and dev tasks 2016-04-21 10:47:35 -06:00
protractor.js Enable Protractor end-to-end testing. 2015-11-11 17:02:27 -07:00
reports.js Disable Protractor tests and enable strictDi 2016-04-02 14:27:08 -06:00
server.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
styles.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
test.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
unit.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
vendor-js.js Add shim for Highcharts. 2015-09-16 16:05:45 +00:00
views.js Switched from jshint to eslint 2015-10-08 17:04:24 -07:00
watch.js Add standard status header 2015-11-04 08:27:00 -02:00