Comparing version 0.0.3 to 0.0.4
@@ -51,3 +51,3 @@ var gulp = require('gulp') | ||
return gulp.src('dist/styles/ui.css') | ||
.pipe(csso()) | ||
.pipe(csso({ restructure: false })) | ||
.pipe(rename('ui.min.css')) | ||
@@ -128,3 +128,3 @@ .pipe(gulp.dest('dist/styles/')) | ||
// .pipe(concat('build.css')) | ||
.pipe(csso()) | ||
.pipe(csso({ restructure: false })) | ||
.pipe(gulp.dest('TB-Styles/styles/')) | ||
@@ -153,3 +153,3 @@ .pipe(connect.reload()) | ||
gulp.task('watch', function () { | ||
gulp.watch('src/styles/**/*', ['styles', 'docs']) | ||
gulp.watch('src/styles/**/*', ['build']) | ||
gulp.watch(['src/docs/contents/**/*', 'src/docs/templates/**'], ['docs-contents']) | ||
@@ -156,0 +156,0 @@ gulp.watch('src/docs/styles/**', ['docs-styles']) |
{ | ||
"name": "tb-styles", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A Stylus-based, OOCSS, SMACSS, flexible and powerful UI framework built on top of Bootstrap Stylus.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
1973324
12723