Comparing version
var sass = require('gulp-sass'); | ||
var postcss = require('gulp-postcss'); | ||
var sourcemaps = require('gulp-sourcemaps'); | ||
var autoprefixer = require('autoprefixer'); | ||
var concat = require('gulp-concat'); | ||
@@ -10,6 +13,9 @@ | ||
]) | ||
.pipe(sourcemaps.init()) | ||
.pipe(concat('index.min.css')) | ||
.pipe(sass().on('error', sass.logError)) | ||
.pipe(postcss([ autoprefixer({ browsers: ['last 3 versions', '> 1%'] }) ])) | ||
.pipe(sourcemaps.write('.')) | ||
.pipe(gulp.dest('demo/dist')); | ||
}; | ||
}; |
@@ -19,3 +19,3 @@ var fs = require('fs'); | ||
fonts: FONTS, | ||
selectedFont: FONTS[4], | ||
selectedFont: FONTS[3], | ||
fontsPath: 'fonts', | ||
@@ -22,0 +22,0 @@ screenshotsPath: 'demo/dist/screenshots', |
{ | ||
"name": "fontset", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -9,2 +9,3 @@ "main": "gulpfile.js", | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.6", | ||
"babel-core": "^6.9.0", | ||
@@ -19,2 +20,3 @@ "babel-preset-es2015": "^6.9.0", | ||
"gulp-insert": "^0.5.0", | ||
"gulp-postcss": "^6.1.1", | ||
"gulp-rename": "^1.2.2", | ||
@@ -27,2 +29,3 @@ "gulp-sass": "^2.2.0", | ||
"pageres": "^4.1.2", | ||
"sass-media-mixins": "^1.0.0", | ||
"vinyl-buffer": "^1.0.0", | ||
@@ -29,0 +32,0 @@ "vinyl-source-stream": "^1.1.0" |
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
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
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
255506
22.52%21
16.67%2879
-10.73%