
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
build-workflow
Advanced tools
Simple helper to create grunt build workflows that are easy to configure and use.
This is a simple module that aims to make simpler to create workflows based on grunt. This module helps you break a grunt file in several modules that are easier to maintain and to reason about.
This module is inspired by this blog post supercharging your gruntfile
The main differences are:
grunt
object, the pkg
object and options
object.
The options object contains a commonConfig
object that can be used to share some config info between task configurations.So, This module will
jsbeautify
) and validate the javascript files with jshint
, jscs
and jsvalidate
.commit-msg
and prepush
hooks for git. To enforce the rules for commit messages
and to verify all files configured to be beautified and validated are checked before pushing.i18n.{lang}.js
files from yml translations files. (this is actually inside grunt-ez-frontend)ez-frontend
task for each i18n.{lang}.js
file to make each of them be
minified, had the right version and include the banner header.ez-frontend
targets created by the previous task.selection.json
file obtained from the icomoon appez-frontend
targets.TODO: at some point all this tasks should be moved to their own repos in order to leave build-workflow
a simple grunt
management module
FAQs
Simple gruntfile helper to define build workflows
The npm package build-workflow receives a total of 8 weekly downloads. As such, build-workflow popularity was classified as not popular.
We found that build-workflow 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
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.