Skip to content

Instantly share code, notes, and snippets.

@Anahkiasen
Last active August 29, 2015 14:04
Show Gist options
  • Save Anahkiasen/66672839bc8d498123ba to your computer and use it in GitHub Desktop.
Save Anahkiasen/66672839bc8d498123ba to your computer and use it in GitHub Desktop.
Grunt tasks
Type Task Description
CLI bower Package manager for front-end dependnecies
CLI glob Used to modularize tasks in separate files
CLI grunt The core Grunt tasks
CLI grunt-cli The Grunt CLI
CLI tsd Package manager for Typescript definitions
Compression grunt-angular-templates Precaches Angular templates in a single file
Compression grunt-contrib-cssmin Minifies CSS files
Compression grunt-contrib-uglify Minifies JS files
Compression grunt-ng-annotate Adds DIC annotations to Angular files
Compression grunt-svgmin Minifies SVG files
Compression grunt-tinypng Minifies PNGs and JPEGs
Development grunt-usemin Replaces references to assets with reference to final compiled asset
Documentation grunt-aglio Generates API documentation from blueprints
Documentation grunt-styleguide Generates styleguides from KSS docblocks
Files management grunt-contrib-clean Removes files and foldes
Files management grunt-contrib-concat Concatenates files together
Files management grunt-contrib-copy Copies files from one place to another
Files management grunt-contrib-watch Runs tasks on change
i18n grunt-angular-gettext Adds gettext extraction/compilation to Angular
Linters grunt-contrib-csslint Lints CSS files
Linters grunt-csscss Detects duplication in stylesheets
Linters grunt-phplint Lints PHP files
Linters grunt-scss-lint Lints SCSS files
Linters grunt-tslint Lints Typescript files
Performances grunt-concurrent Allows multiple tasks to be run in parallel
Performances grunt-newer Only run tasks if their source files have changes
Performances jit-grunt Loads plugins at runtime for only the selected task
Preprocessors grunt-autoprefixer Automatically adds relevant vendor prefixes to CSS files
Preprocessors grunt-contrib-compass Compiles SCSS files with Compass
Preprocessors grunt-typescript Compiles Typescript files
Preprocessors grunt-webfont Compiles SVGs into a webfont
Task runners grunt-bower Runs Bower commands
Task runners grunt-phpunit Runs PHPUnit commands
Task runners grunt-shell Runs Bash commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment