purifycss / gulp-purifycss

Removed unused CSS with the gulp build tool
MIT License
336 stars 21 forks source link

any way to get this checking dev domains? #23

Open v3nt opened 6 years ago

v3nt commented 6 years ago

My site is php and most of the classes are generated on the fly so not visible.

ie

gulp.task('purify', function() {
  return gulp.src('./dist/styles/main.css')
    .pipe(purify(['http://test.local/']))
    .pipe(gulp.dest('./css/test/'));
});