Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-02-25 16:28:25 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-02-25 16:28:25 +0300
commitfd969a7a6874a2604be1e26631ccbbb90f33a8cd (patch)
tree8bf6edad9d74ec6f3b6621ec13bc8286aec82c8f /gulpfile.js
parentf4f1980d3d051cf9643e5eb89bc1f3fe70be9950 (diff)
CHG: Update gulpfile config again
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 3b5576f..596ccc2 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -5,7 +5,7 @@ var csscomb = require('gulp-csscomb');
var rename = require('gulp-rename');
var LessPluginAutoPrefix = require('less-plugin-autoprefix');
-var autoprefix= new LessPluginAutoPrefix({ browsers: ["last 3 versions", "> 1%"] });
+var autoprefix= new LessPluginAutoPrefix({ browsers: ["last 4 versions"] });
gulp.task('watch', function() {
gulp.watch('./**/*.less', ['build']);