mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-12-24 16:45:27 +00:00
Disabled svgmin
This commit is contained in:
parent
eb45538975
commit
73bdfe15ab
@ -36,13 +36,15 @@ gulp.task( 'sassTask', function () {
|
||||
});
|
||||
|
||||
gulp.task('default', [ 'sassTask' ], function(){
|
||||
var icon_libs = [ './dist/icons/classic', './dist/icons/vivid' ];
|
||||
var icon_libs = [ './dist/icons/classic', './dist/icons/vivid', './dist/icons/square-o' ];
|
||||
|
||||
gulp.watch( './src/scss/*.scss', [ 'sassTask' ] );
|
||||
|
||||
/*
|
||||
icon_libs.forEach( function( lib ) {
|
||||
console.log(lib);
|
||||
gulp.src( lib + '/*.svg' ).pipe( svgmin() ).pipe( gulp.dest( lib ) );
|
||||
});
|
||||
*/
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user