@patternfly/pfe-sass
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -8,3 +8,3 @@ const { task, src, dest, watch, parallel, series } = require("gulp"); | ||
const paths = { | ||
source: "./src", | ||
source: "./", | ||
compiled: "./", | ||
@@ -14,10 +14,10 @@ temp: "./_temp" | ||
const path = require("path"); | ||
const clean = require("gulp-clean"); | ||
const mergeStream = require("merge-stream"); | ||
const globSass = require("gulp-sass-globbing"); | ||
const sassdoc = require("sassdoc"); | ||
// Delete the temp directory | ||
task("clean", () => { | ||
return src(["__*.scss"], { | ||
return src(["__*.scss", "demo/*.html", "demo/assets"], { | ||
cwd: paths.compiled, | ||
@@ -55,4 +55,11 @@ read: false, | ||
task("build", series("clean", "sass:globbing")); | ||
task("build:sassdoc", () => { | ||
return src(["{extends,functions,maps,mixins,variables}/_*.scss", "pfe-sass.scss"], { | ||
cwd: paths.compiled, | ||
allowEmpty: true | ||
}).pipe(sassdoc()); | ||
}); | ||
task("build", series("clean", parallel("build:sassdoc", "sass:globbing"))); | ||
task("watch", () => { | ||
@@ -64,3 +71,3 @@ return watch( | ||
}, | ||
series("build") | ||
parallel("build") | ||
); | ||
@@ -67,0 +74,0 @@ }); |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"publishConfig": { | ||
@@ -24,2 +24,11 @@ "access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=10 <13" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
"Firefox >= 78", | ||
"iOS >= 8", | ||
"ie 11" | ||
], | ||
"main": "./pfe-sass.scss", | ||
@@ -60,3 +69,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b9507e719b7c4e4ee3311eeebcee447adc4d5bf9" | ||
"gitHead": "db67dc4ce94b993024e4f8125f1bd4abfbd763f4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
855328
48
834
1
1