Ensure style template is rendered before generating color combos

master
Surma 2015-07-31 12:10:51 +01:00
parent 70b226885b
commit f013445442
1 changed files with 2 additions and 1 deletions

View File

@ -254,7 +254,8 @@ gulp.task('default', ['clean', 'mocha'], function (cb) {
// Build production files and microsite
gulp.task('all', ['clean', 'mocha'], function (cb) {
runSequence(
['default', 'styletemplates', 'styles:gen'],
['default', 'styletemplates'],
['styles:gen'],
['jshint', 'jscs', 'scripts', 'assets', 'demos', 'pages',
'templates', 'images', 'styles-grid', 'metadata'],
['zip'],