grunt-contrib-sass
grunt-contrib-sass copied to clipboard
Compile Sass to CSS.
gem isntalll sass is not working its completely changed to node.. ### npm install sass to edit the page
### gem install sass command not working ### is not working it completely changed to node **right commad - sudo npm install -g sass**:[here](https://www.npmjs.com/package/grunt-contrib-sass)
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Hi, for some reason i get this error: **Path must be a string. Received undefined Use --force to continue.** this is the grunt.js code: ``` js sass: { dist: {...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
  Grunt I want to compile sass files to CSS, but it will not let me. I have installed ruby and the sass module and it does not work...
I noticed that in the documentation, you are using "style" instead of "outputStyle".
Hi guys, i get a strange error when i try to start the grunt sass task. Maybe some of you had the same experience and someone could help me. 
The readme mentions the requirement of ruby and sass for the purpose of this task. However it appears that the newer version of Sass is being moved away from ruby...