grunt-contrib-sass
grunt-contrib-sass copied to clipboard
Compile Sass to CSS.
whenever i run my grunt file it creates a duplicate of my output css file in my source directory. my grunt file is below. the weird thing is that i've...
I was recently looking into using this plugin to run `sass --watch`. I wanted to do this instead of using grunt-contrib-watch because `sass --watch` will use a cache to do...
Currently the plugin generates a `sourceMappingURL` comment in the output css file like so: ```css /*# sourceMappingURL=example.min.css.map */ ``` However, notice no spaces between `*` and `#` -- this seems...
Bumps [diff](https://github.com/kpdecker/jsdiff) to 4.0.2 and updates ancestor dependency [grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit). These dependencies need to be updated together. Updates `diff` from 1.4.0 to 4.0.2 Changelog Sourced from diff's changelog. Release Notes Development...
Bumps [ejs](https://github.com/mde/ejs) to 3.1.9 and updates ancestor dependency [grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit). These dependencies need to be updated together. Updates `ejs` from 2.7.4 to 3.1.9 Release notes Sourced from ejs's releases. v3.1.9 Version...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
[email protected] requires [email protected] [email protected] requires [email protected] [email protected] requires [email protected] [email protected] has a syntax error in conversions.js in a comment on Line 173 https://github.com/Qix-/color-convert/blob/99dc5da127d3d17d0ff8d13a995fd2d6aab404aa/conversions.js#L173 ``` /** * See https://en.m.wikipedia.org/wiki/Euclidean_distance#Squared_Euclidean_distance * */...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6. Changelog Sourced from cross-spawn's changelog. 6.0.6 (2024-11-18) Bug Fixes disable regexp backtracking (#160) (ba5aaef) core: support worker threads (#127) (f4af31c) Commits d35c865 chore(release): 6.0.6...