You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
The source splitting,
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!
The text was updated successfully, but these errors were encountered: