
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
grunt-contrib
Advanced tools
A collection of general use grunt tasks. All tasks are designed with cross platform support in mind and dependencies that can easily be managed through npm.
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-contrib
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-contrib');
clean
Clear files and folders.
coffee
Compile CoffeeScript files into JavaScript.
compress
Compress files and folders using gzip or zip.
copy
Copy files into another directory.
handlebars
Compile handlebars templates to JST file.
jade
Compile Jade templates to HTML.
jst
Compile underscore templates to JST file.
less
Compile LESS files to CSS.
mincss
Minify CSS files.
requirejs
Optimize RequireJS projects using r.js.
stylus
Compile Stylus files into CSS.
yuidoc
Compile YUIDoc Documentation.
options
Unified options retrieval, will be replaced with grunt's built-in this.options
in the near future.
Help us squash them by submitting an issue that describes how you encountered it; please be as specific as possible including operating system, node, grunt, and grunt-contrib versions.
master
, unless otherwise instructed.git rebase
).npm install
grunt
at root of projectvar
, no multiple declarationstest/grunt.js
Currently, testing with grunt is a bit cumbersome--this will be addressed in a future release.
npm install grunt -g
npm install
npm test
see CHANGELOG.
Copyright (c) 2012 "Cowboy" Ben Alman & contributors. Licensed under the MIT license.
FAQs
The entire grunt-contrib suite.
The npm package grunt-contrib receives a total of 132 weekly downloads. As such, grunt-contrib popularity was classified as not popular.
We found that grunt-contrib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.