Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
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:
config files exports a function that return an object. All the config objects receive the 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,
and also exports the gruntTaskUtils
module from grunt-ez-frontend
a module that exports a registerTasks methods that allows you to register
both tasks and multiTasks by passing an object instead of using two different methods.
allows load custom grunt tasks.
do not use yaml, so the aliases should be defined in javascript
provide some base common tasks described below
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.v0.0.25
factorized prepush and check-valid - c1b5069, royriojas, 11/09/2014 12:08:51
check-valid
now can specify options in a config file.
check-valid
taskSame as check-valid
but
Use grunt-newer to improve speed of validation check - 0c83980, royriojas, 11/09/2014 11:45:31
Use grunt newer to validate valid files - 5868d99, royriojas, 11/09/2014 11:38:44
FAQs
Simple gruntfile helper to define build workflows
The npm package build-workflow receives a total of 7 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.