Skip to content

Commit

Permalink
Replace node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Headscracher committed Aug 30, 2024
1 parent c88e619 commit 5dfea7c
Show file tree
Hide file tree
Showing 3 changed files with 14,063 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var gulp = require("gulp"),
rename = require("gulp-rename"),
gulpif = require("gulp-if"),
replace = require("gulp-replace"),
sass = require('gulp-sass')(require('node-sass'));
sass = require('gulp-sass')(require('sass'));
minifyCSS = require("gulp-clean-css"),
stylelint = require('gulp-stylelint');
cache = require("gulp-cache"),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"merge-stream": "^1.0.0",
"minimist": "^1.1.1",
"mocha": "^2.2.4",
"node-sass": "8.0.0",
"photoswipe": "^4.1.0",
"pre-commit": "^1.0.5",
"readable-stream": "~2.1.2",
Expand All @@ -103,6 +102,7 @@
],
"dependencies": {
"@highlightjs/cdn-assets": "^10.5.0",
"Flot": "git+https://github.com/flot/flot.git#v0.8.3",
"angular": "1.5.10",
"angular-animate": "1.5.10",
"angular-aria": "1.5.10",
Expand All @@ -118,7 +118,6 @@
"checksley": "git+https://github.com/jespino/checksley-bower.git",
"dom-autoscroller": "^2.3.4",
"dragula": "^3.7.2",
"Flot": "git+https://github.com/flot/flot.git#v0.8.3",
"flot-axislabels": "git+https://[email protected]/juanfran/flot-axislabels.git",
"gulp-class-prefix": "^1.0.1",
"immutable": "^3.8.1",
Expand All @@ -132,6 +131,7 @@
"ng-infinite-scroll": "^1.3.0",
"pikaday": "^1.8.2",
"raven-js": "^3.7.0",
"sass": "^1.77.8",
"showdown": "^1.4.3",
"taiga-html-editor": "https://github.com/taigaio/taiga-html-editor#stable"
}
Expand Down
Loading

0 comments on commit 5dfea7c

Please sign in to comment.