diff --git a/gulpfile.js b/gulpfile.js index fb3c043..04e3023 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -137,7 +137,7 @@ var writeToManifest = function(directory) { // ### Styles // `gulp styles` - Compiles, combines, and optimizes Bower CSS and project CSS. -gulp.task('styles', function() { +gulp.task('styles', ['wiredep'], function() { var merged = merge(); manifest.forEachDependency('css', function(dep) { merged.add(gulp.src(dep.globs, {base: 'styles'})