Grunt Aliases - akileez/apollo GitHub Wiki

Default

default       => Default task to build Assemble and start server

Server Restarts

rstrt         => Render Assemble files and restart server
pstrt         => Quick restart of server
serve         => Restart dist server
astrt         => Build Assemble and start server

Project Initalization

abuild        => Initialize Assemble and prepare build
initialize    => Prepare config, css, and javascript files. Make manifest.
allbutless    => Compile, concat and uglify css files.

Core Assemble

assem         => Render Assemble
sitemap       => Generate sitemap.xml
error         => Generate error pages
styleguide    => Generate styleguide
blog          => Generate blog index

Build Preparation

prepbuild     => Clean build directory, Copy files to.
prepstage     => Clean build directory, Copy files to.
prepdist      => Clean dist directory, Copy files to.
syncstatic    => Clean dist directory, Copy files to.

Helpers

icons         => Some task description here.
svg-min       => Some task description here.
pretty        => Some task description here.
bower         => Some task description here.

Manifests

yaml2json     => Generate json from yfm of build files
manibs        => Generate json files from filesystem directory elements
manibootstrap => Generate json files from filesystem directory elements
manijquery    => Generate json files from filesystem directory elements
manicustom    => Generate json files from filesystem directory elements
manijs        => Generate json files from filesystem directory elements
manifiles     => Generate lists of files for automation in json format.
tree-dev      => Generate json manifest for Assemble assets.
tree-src      => Generate json manifest files for project.
tree-proj     => Concatenate proj json file.

CSS Linting

fixtheme      => Some task description here.
fixvendor     => Some task description here.
fixbootstrap  => Some task description here.

HTML Inspection

inspect       => HTML-Inspector via command line
validate      => HTML validation via grunt

Tests

testprod      => Some task description here.

Production Preparation Process

testprep      => Some task description here.
testinit      => Some task description here.
prodinit      => Initialize files and settings for Production Distribution
styles        => Compile, concat and uglify css files.
scripts       => Compile, concat and uglify javascript files
csstest       => Some task description here.

Production Build Process

prodprep      => Prepare for a Production Distribution
rev2          => Hash files for cache busting
prod          => Build a Production Distribution.

Misc

tasks         => Listing of Grunt Tasks
jobs          => Listing of Grunt Aliases