
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
builder-jquery-css
Advanced tools
Use `builder-jquery-css` to generate the CSS bundle of a jQuery project that uses JS comments like `//>> css.<name>: files` to define its CSS dependencies and that uses AMD definitions to define its JS dependencies.
Use builder-jquery-css
to generate the CSS bundle of a jQuery project that
uses JS comments like //>> css.<name>: files
to define its CSS dependencies and that uses AMD
definitions to define its JS dependencies.
It's ideal for applications that builds bundles on the fly using Node.js.
npm install builder-jquery-css
var fs = require( "js" );
var jqueryCssBuilder = require( "builder-jquery-css" );
var files = {
"main.js": fs.readFileSync( "./main.js" ),
"main.css": fs.readFileSync( "./main.css" ),
"foo.js": fs.readFileSync( "./foo.js" ),
"foo.css": fs.readFileSync( "./foo.css" ),
"bar.js": fs.readFileSync( "./foo.js" ),
"bar.css": fs.readFileSync( "./bar.css" ),
...
}
jqueryCssBuilder( files, "structure", {
include: "main"
}, function( error, builtStructureCss ) {
...
});
jqueryCssBuilder( files, "theme", {
include: "main"
}, function( error, builtThemeCss ) {
...
});
jqueryCssBuilder( files, which, requirejsConfig, callback )
files Object containing (path, data) key-value pairs, e.g.:
{
<path-of-file-1>: <data-of-file-1>,
<path-of-file-2>: <data-of-file-2>,
...
}
which String css name selector.
requirejsConfig Object [require.js build configuration][
callback Function called with three arguments: null or an Error object, a String with the built css content, an Object with the cloned built files structure.
npm test
MIT © Rafael Xavier de Souza
FAQs
Use `builder-jquery-css` to generate the CSS bundle of a jQuery project that uses JS comments like `//>> css.<name>: files` to define its CSS dependencies and that uses AMD definitions to define its JS dependencies.
We found that builder-jquery-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.