Readds wiredep as dep to styles task

Wiredep runs automatically as a part of the `gulp` task now
This commit is contained in:
Austin Pray
2015-02-23 18:38:11 -06:00
parent 27cc623c53
commit 6c988aa533

View File

@@ -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'})