This commit is contained in:
parent
a16346ee8e
commit
b47d327882
|
@ -0,0 +1,2 @@
|
|||
|
||||
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWVkaXRvci1zdHlsZS5jc3MiLCJzb3VyY2VzIjpbImN1c3RvbS1lZGl0b3Itc3R5bGUuc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIvL0FkZCB5b3VyIG93biBlZGl0b3Igc3R5bGVzIGhlcmUgb3IgY29tbWVudCBvdXQgdGhlIG5leHQgbGluZSBpZiB5b3Ugd2FudCB0byBwdWxsIGluIHRoZSB3aG9sZSBCb290c3RyYXAgc3R1ZmZcbi8vQGltcG9ydCBcInRoZW1lXCI7ICJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0= */
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
/*# sourceMappingURL=custom-editor-style.min.css.map */
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":[],"names":[],"mappings":"","file":"custom-editor-style.min.css","sourcesContent":[]}
|
988
css/theme.css
988
css/theme.css
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -45,8 +45,9 @@ gulp.task( 'scss-for-prod', function() {
|
|||
.pipe( rename( 'custom-editor-style.css' ) );
|
||||
|
||||
var pipe2 = source.pipe( clone() )
|
||||
.pipe( minifycss() )
|
||||
.pipe( cleanCSS( { compatibility: '*' } ) )
|
||||
.pipe( rename( { suffix: '.min' } ) )
|
||||
.pipe( sourcemaps.write( './' ) )
|
||||
.pipe( gulp.dest( paths.css ) );
|
||||
return merge( pipe1, pipe2 );
|
||||
});
|
||||
|
|
Reference in New Issue