Comparing version 0.1.1 to 0.1.2
@@ -45,3 +45,3 @@ var gulp = require('gulp') | ||
.pipe(replace("${version}", package.version)) | ||
.pipe(sourcemaps.write('./')) | ||
.pipe(sourcemaps.write('./', { sourceRoot: '/node_modules/tb-styles/styles/' })) | ||
.pipe(gulp.dest('dist/styles/')) | ||
@@ -127,3 +127,2 @@ }) | ||
) | ||
// .pipe(concat('build.css')) | ||
.pipe(csso({ restructure: false })) | ||
@@ -130,0 +129,0 @@ .pipe(gulp.dest('TB-Styles/styles/')) |
{ | ||
"name": "tb-styles", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A Stylus-based, OOCSS, SMACSS, flexible and powerful UI framework built on top of Bootstrap Stylus.", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "gulp build && gulp serve", | ||
"build": "gulp build", | ||
"publish": "gulp deploy" | ||
"dev": "npm run build && gulp serve", | ||
"prepublish": "npm run build && gulp deploy" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5884987
10738