planet-css
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -13,2 +13,3 @@ var LessPluginAutoPrefix = require('less-plugin-autoprefix'); | ||
var BUILD_DIR = './build/'; | ||
var DIST_DIR = './dist/'; | ||
@@ -68,3 +69,3 @@ /** | ||
.pipe(insert.prepend(normalize)) | ||
.pipe(gulp.dest(BUILD_DIR)) | ||
.pipe(gulp.dest(DIST_DIR)) | ||
.pipe(less({ | ||
@@ -78,3 +79,3 @@ relativeUrls: true, | ||
}) | ||
.pipe(gulp.dest(BUILD_DIR)); | ||
.pipe(gulp.dest(DIST_DIR)); | ||
}); |
{ | ||
"name": "planet-css", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Stylesheet reset and Planet style overrides", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/planetlabs/planet-css", |
19700
9
69