Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created January 4, 2016 20:41
Show Gist options
  • Save marti1125/91ef6af42d76362d71c9 to your computer and use it in GitHub Desktop.
Save marti1125/91ef6af42d76362d71c9 to your computer and use it in GitHub Desktop.
list of grunt tasks jquery-mobile
Available tasks
ci Alias for "ci:undefined" task.
ci:demos Alias for "test:demos" task.
ci:test Alias for "test", "coveralls" tasks.
release:init Custom task.
build Alias for "clean", "config:fetchHeadHash", "build:js",
"build:css", "build:demos", "compress:dist",
"compress:images" tasks.
build:js Alias for "modules", "requirejs", "concat:js", "uglify",
"copy:sourcemap" tasks.
build:css Alias for "cssbuild", "csslint", "cssmin" tasks.
build:demos Alias for "concat:demos", "copy:images",
"copy:demos.nested-includes", "copy:demos.processed",
"copy:demos.php", "copy:demos.unprocessed",
"copy:demos.backbone" tasks.
build:cdn Alias for "copy:jqueryCDN", "clean:tmp",
"config:copy:googleCDN", "copy:googleCDN",
"hash-manifest:googleCDN", "compress:googleCDN",
"clean:tmp" tasks.
build:release Alias for "release:init", "build", "build:cdn" tasks.
build:git Alias for "build", "config:copy:git:-git", "copy:git"
tasks.
test Alias for "clean:testsOutput", "jshint", "jscs:build",
"jscs:good", "build:js", "connect", "qunit:http" tasks.
test:demos Alias for "test:demos:src", "test:demos:dist" tasks.
test:demos:src Alias for "php", "spider:src" tasks.
test:demos:dist Alias for "build", "php", "spider:dist" tasks.
default Alias for "build", "test" tasks.
config:fetchHeadHash Fetch git hashes for output headers
config:copy Custom task.
cssbuild Resolve CSS @imports and concat files *
modules Custom task.
bowercopy Copy only the needed files from bower components over to
their specified file locations *
clean Clean files and folders. *
compress Compress files. *
concat Concatenate files. *
connect Start a connect web server. *
copy Copy files. *
csslint Lint CSS files with csslint *
cssmin Minify CSS files *
jshint Validate files with JSHint. *
requirejs Build a RequireJS project. *
uglify Minify files with UglifyJS. *
coveralls Grunt task to load coverage results and submit them to
Coveralls.io *
csscomb Sorting CSS properties in specific order. *
esformatter Format JS files *
authors Generate a list of authors in order of first
contribution
hash-manifest Create list of md5 hashes *
jscs JavaScript Code Style checker *
php Start a PHP-server *
qunit Run QUnit unit tests in a headless PhantomJS instance. *
qunit_junit Log JUnit style XML reports for QUnit tests
spider A tool to spider a website and check for any broken
links resources load errors or script errors *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment