Permalink
Browse files

fix postcss require in gulpfile

  • Loading branch information...
1 parent 909e041 commit ef1d0857b38168de12a7431fc7657a818394d3e1 @igoradamenko committed Jan 6, 2017
Showing with 4 additions and 1 deletion.
  1. +4 −1 gulpfile.js
View
@@ -4,7 +4,10 @@ var gulp = require('gulp');
var bs = require('browser-sync');
var $ = require('gulp-load-plugins')({
replaceString: /^gulp(-|\.)|postcss-/,
- pattern: ['*']
+ pattern: ['*'],
+ rename: {
+ postcss: "postcss-base" // for difference between gulp-postcss & postcss
+ }
});
/* paths */

0 comments on commit ef1d085

Please sign in to comment.