Run styles and scripts in sequence

Prevents potential race condition where styles and scripts write to the
manifest at the same time

ref https://github.com/roots/sage/issues/1398

Updates changelog
This commit is contained in:
Austin Pray
2015-03-28 10:25:27 -05:00
parent ae1463ff5d
commit 39caa2d391
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
### HEAD
* Update to Bootstrap 3.3.4
* Fix `gulp --production` race condition ([#1398](https://github.com/roots/sage/issues/1398))
### 8.1.0: March 13th, 2015
* Move HTML5 Boilerplate's Google Analytics snippet to Soil ([#1382](https://github.com/roots/sage/issues/1382))