Removes some of the debug output
This commit is contained in:
@@ -31,8 +31,7 @@ pipes.bowerFiles = function() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}),{base: 'webapp/bower_components'})
|
}),{base: 'webapp/bower_components'});
|
||||||
.pipe(plugins.debug({title:'bower-file'}));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pipes.bowerFilesMinified = function() {
|
pipes.bowerFilesMinified = function() {
|
||||||
@@ -42,8 +41,7 @@ pipes.bowerFilesMinified = function() {
|
|||||||
if (exists(testpath)) {
|
if (exists(testpath)) {
|
||||||
path.extname = '.min' + path.extname;
|
path.extname = '.min' + path.extname;
|
||||||
}
|
}
|
||||||
}))
|
}));
|
||||||
.pipe(plugins.debug({title: 'bower-file-minimized:'}));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pipes.validatedAppScripts = function() {
|
pipes.validatedAppScripts = function() {
|
||||||
@@ -97,7 +95,6 @@ pipes.builtIndexProd = function() {
|
|||||||
var filterJS = plugins.filter('**/*.js',{restore: true});
|
var filterJS = plugins.filter('**/*.js',{restore: true});
|
||||||
var vendorFiles = pipes.bowerFiles()
|
var vendorFiles = pipes.bowerFiles()
|
||||||
.pipe(filterJS)
|
.pipe(filterJS)
|
||||||
.pipe(plugins.debug({title:'non-minified-vendor:'}))
|
|
||||||
.pipe(plugins.concat('vendor.min.js'))
|
.pipe(plugins.concat('vendor.min.js'))
|
||||||
.pipe(plugins.uglify())
|
.pipe(plugins.uglify())
|
||||||
.pipe(filterJS.restore)
|
.pipe(filterJS.restore)
|
||||||
|
|||||||
Reference in New Issue
Block a user