
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Build system for our sites. When invoked, it performs so called 'needles', which contain a series of tasks such as link checking, javascript checking, css minification, ...
It is build on top of the wonderful grunt.
Since Voodoo was primary build for our own projects, the default voodoo.js config file (this is actually just the grunt config.js
file) will execute a series of tasks tailor made for our framework. This following needles are stung:
task.registerTask("default", "clean lint:files concat min");
assets/js/app.js
and assets/js/libs.js
if they existed from a previous run*.js
files inside assets/js/
(NOT inside the subsequent libs
folder) against jshint. Options are set in the voodoo.js
assets/js/*.js
into assets/js/app.js
(which is why we needed the clean needle), and all assets/js/libs/*.js
files into assets/js/libs.js
js
filesInstallation is through npm, and straightforward:
npm install -g voodoo
Run voodoo -h
afterwards to get more help.
Inside your website directory, just execute voodoo
without params to perform the basic tasks, as predefined for our framework (see config.js
inside the repo). The default voodoo.js will be created at the path where you execute the command, and is very similar to the gruntfile found in grunt.
Optionally, you can run voodoo -g
or voodoo --generate
to create the default voodoo.js
file without running voodoo itself. This gives you the change to first change the config.
assets
folder is in )voodoo.js
filev0.0.12 - 23/07/2012
FAQs
website checker/optimizer/cleaner
The npm package voodoo receives a total of 6 weekly downloads. As such, voodoo popularity was classified as not popular.
We found that voodoo 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.