-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3849 from OpenLiberty/fix_package_vulnerability
Update node-sass to Sass in package.json
- Loading branch information
Showing
5 changed files
with
6,639 additions
and
10,463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ echo "Installing Antora dependencies" | |
rm -rf node_modules | ||
npm install -g @antora/[email protected] | ||
npm install gulp -g --ignore-scripts | ||
npm install node-sass gulp-sass gulp-dart-sass --save-dev | ||
npm install sass gulp-sass gulp-dart-sass --save-dev | ||
npm install | ||
gulp sass:convert | ||
SOURCEMAPS=true gulp build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ echo "Installing Antora dependencies" | |
npm install -g @antora/[email protected] | ||
npm install gulp -g --ignore-scripts | ||
npm install html-minifier -g | ||
npm install node-sass@7.0.3 gulp-sass gulp-dart-sass --save-dev | ||
npm install sass gulp-sass gulp-dart-sass --save-dev | ||
npm install | ||
gulp sass:convert | ||
SOURCEMAPS=true gulp build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.