Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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 1 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.