grunt-uncss
grunt-uncss copied to clipboard
:scissors: A grunt task for removing unused CSS from your projects.
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Issue https://github.com/uncss/grunt-uncss/issues/227 I have added a `fileInProcess` counter which is incremented before calling `uncss` and decremented on callback called. On this flag turns to zero, I am calling the `done()`...
I'm trying to clear my application of deprecated packages. `grunt-uncss` makes heavy use of `request`, which is in maintenance mode but essentially deprecated: [Request’s Past, Present and Future](https://github.com/request/request/issues/3142)
Grunt is running kinda out of sync if i process many files with uncss and compress. Example Gruntfile: ``` module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), aws: grunt.file.readJSON('aws-keys.json'), uncss: {...
Hi, I'd love to use this on several WordPress sites, however, the site linked in your Readme for the tutorial & gruntfile is not working. Any help/tips/suggestions/guidance would be highly...
I've seen that src filepaths are referenced using `file.src` https://github.com/addyosmani/grunt-uncss/blob/f2c24ca17a8e6a4e114fb03f50ec605c0d986594/tasks/uncss.js#L22-L23 However, if I use a config such as: ```js grunt.config('custom_uncss', { test: { files: { 'dist/css/tidy.css': ['http://localhost:9003/'] } } });...
I just set up `grunt-uncss` alongside `processhtml`. Task order was: 1. CSS Preprocessor > Cache folder 2. UnCSS > Cache folder (again) 3. Minify > Deploy folder as it felt...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [xo](https://github.com/xojs/xo). These dependencies need to be updated together. Removes `yaml` Updates `xo` from 0.53.1 to 0.54.1 Release notes Sourced from...
I can see from the examples this works with CSS files, however can it be run on SASS files?