Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
ldl_cdn_replace
Advanced tools
替换html里面js和css引用地址
replace js'
src
and css'href
with their cdn url.
No need for
<!-- build --><!-- endbuild -->
comments.
npm install gulp-cdn-replace --save-dev
gulpfile.js
var cdn = require('gulp-cdn-replace');
gulp.task('cdn', function() {
gulp.src('./src/*.html')
.pipe(cdn({
dir: './dist',
root: {
js: 'http://cdn.example.com/somename',
css: 'http://cdn.example.com/somename'
}
}))
.pipe(gulp.dest('./dist'));
});
Type: Object
Type: String
Default: './dist'
The directory where you place your js and css which may be created by gulp-rev
.
Type: Object
Type: String
The CDN prefix for js files.
Type: String
The CDN prefix for css files.
FAQs
gulp-cdn-replace ================
The npm package ldl_cdn_replace receives a total of 0 weekly downloads. As such, ldl_cdn_replace popularity was classified as not popular.
We found that ldl_cdn_replace 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.