Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

CSS filtering in gulpfile doesn't work #35

Open
itsjustbrian opened this issue Sep 9, 2016 · 1 comment
Open

CSS filtering in gulpfile doesn't work #35

itsjustbrian opened this issue Sep 9, 2016 · 1 comment

Comments

@itsjustbrian
Copy link

itsjustbrian commented Sep 9, 2016

The source splitting,

function splitSource() {
  return project.sources().pipe(project.splitHtml());
}

as I understand it, is supposed to create temporary .js and .css files from inline <script> and <style> tags in the source html.

Processing such as .pipe(gulpif('**/*.js', uglify())) works as expected,
but .pipe(gulpif('**/*.css', cleanCSS())) does not.

Trying to lint css this way also does not work. Any help would be appreciated!

@robdodson
Copy link
Contributor

Yeah this is a polymer-build bug :P

https://github.com/Polymer/polymer-build/issues/32

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants