@zywave/zui-base-styles
Advanced tools
Comparing version 4.0.1-pre.0 to 4.0.1-pre.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.1-pre.1](https://gitlab.zywave.com/zui/zui/compare/@zywave/zui-base-styles@4.0.1-pre.0...@zywave/zui-base-styles@4.0.1-pre.1) (2019-04-17) | ||
**Note:** Version bump only for package @zywave/zui-base-styles | ||
## [4.0.1-pre.0](https://gitlab.zywave.com/zui/zui/compare/@zywave/zui-base-styles@4.0.0...@zywave/zui-base-styles@4.0.1-pre.0) (2019-04-09) | ||
@@ -8,0 +16,0 @@ |
@@ -5,2 +5,3 @@ const gulp = require('gulp'); | ||
const autoprefixer = require('autoprefixer'); | ||
const cssnano = require('cssnano'); | ||
const postcss = require('gulp-postcss'); | ||
@@ -41,2 +42,6 @@ const rename = require('gulp-rename'); | ||
) | ||
.pipe(gulp.dest('./dist')) | ||
.pipe(gulp.dest('./dist')) | ||
.pipe(postcss([cssnano()])) | ||
.pipe(rename({ extname: '.min.css' })) | ||
.pipe(gulp.dest('./dist')); | ||
@@ -43,0 +48,0 @@ } |
{ | ||
"name": "@zywave/zui-base-styles", | ||
"version": "4.0.1-pre.0", | ||
"version": "4.0.1-pre.1", | ||
"main": "dist/zui-base-styles.css", | ||
@@ -12,2 +12,3 @@ "license": "UNLICENSED", | ||
"browser-sync": "^2.23.7", | ||
"cssnano": "^4.1.10", | ||
"del": "^3.0.0", | ||
@@ -25,3 +26,3 @@ "gulp": "^4.0.0", | ||
}, | ||
"gitHead": "d8960dd8a324aba985307edc2c193492e05b6c0b" | ||
"gitHead": "d3597dcf7feb754010c39592c2a8e67e1f64a370" | ||
} |
@@ -0,0 +0,0 @@ # zui-base-styles |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43389
20
95
11