
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
fd-gulp-cssconcat
Advanced tools
concat css files according to those rules listed on this page(http://wd.alibaba-inc.com/doc/page/work/cbu-regulations/merge)
fd-gulp-cssconcat任务是根据指定的书写规则来将当前文件中引入的css进行合并。cssConcat(srcDir [,opt]);
var gulp = require('gulp');
var cssConcat = require('fd-gulp-cssconcat');
gulp.task('cssConcat', function() {
return gulp.src('D:/wwwroot/workspace/fd-gulp-cssconcat/test/style_test/**/*.css')
.pipe(cssConcat('D:/wwwroot/workspace/fd-gulp-cssconcat/test/style_test'))
.pipe(gulp.dest('./output'));
});
srcDir(必填): 'D:/wwwroot/workspace/fd-gulp-jsconcat/test/style_test' // 要合并的文件目录
opt(选填): {
domain: 'http://style.c.aliimg.com/', // 配置merge文件中的css文件的域名
localCommonDir: 'D:/wwwroot/workspace' // 配置公共资源(fdevlib/sys)在本地的目录,配置后,合并任务会优先在本地找fdevlib/sys资源
}
@import url("http://style.c.aliimg.com/xxx/yyy.css");
FAQs
concat css files according to those rules listed on this page(http://wd.alibaba-inc.com/doc/page/work/cbu-regulations/merge)
The npm package fd-gulp-cssconcat receives a total of 1 weekly downloads. As such, fd-gulp-cssconcat popularity was classified as not popular.
We found that fd-gulp-cssconcat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.