Skip to content

Commit

Permalink
Patch - CSS code optimization and minification - Replace Node Sass wi…
Browse files Browse the repository at this point in the history
…th Dart Sass (#2457)

* Build: Update WET and disable version check task

Specifically:
* Package: Temporarily replaced WET dependency (github:wet-boew/wet-boew#v4.0.83) with wet-boew/wet-boew#9840's branch
* Gruntfile: Temporarily disabled "check-wet-version" task (to avoid a version mismatch)

* Build: Replace Node Sass with Dart Sass

Replaces GCWeb's direct Sass dependencies (i.e. not from its WET dependency):
* Package: Replace node-sass with sass (aka Dart Sass)
* Gruntfile: Update sass variable's requirement from "node-sass" to "sass"

* Revert "Build: Update WET and disable version check task"

This reverts commit b20b569.
  • Loading branch information
EricDunsworth authored Jan 15, 2025
1 parent 7d6fd80 commit 0afcacd
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 2,015 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#global module:false
path = require("path")
sass = require("node-sass")
sass = require("sass")
yaml = require("js-yaml")

module.exports = (grunt) ->
Expand Down
Loading

0 comments on commit 0afcacd

Please sign in to comment.