Coder Social home page Coder Social logo

Comments (5)

frenkieman avatar frenkieman commented on July 17, 2024

I have exactly the same problem.

	.pipe(uncss({
		html:['app/index.html']
	}))

is not working

gulp.task('sass', function(){
  return gulp.src(input)
    .pipe(sass(sassOptions).on('error', sass.logError)) // Using gulp-sass
	.pipe(uncss({
		html:['http://localhost:3000/']
	}))
	.pipe(gulp.dest('app/css'))
	.pipe(browserSync.reload({
		stream:true
	}));
});

works

from gulp-uncss.

SalomonSmeke avatar SalomonSmeke commented on July 17, 2024

👍 I am experiencing this on macOS, however.

from gulp-uncss.

MathieuLoutre avatar MathieuLoutre commented on July 17, 2024

Same problem here, even the simplest HTML with a few classes only returns the html selector in the final CSS. OSX 10.11.6, Node 6.9.5.

from gulp-uncss.

maxmilton avatar maxmilton commented on July 17, 2024

I've started running to this issue too on Linux. Feels like an issue with PhantomJS.

from gulp-uncss.

ben-eb avatar ben-eb commented on July 17, 2024

I'm deprecating this module, please ask over at https://github.com/giakki/uncss/issues.

from gulp-uncss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.