Created
November 15, 2013 06:34
-
-
Save A/7480093 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Available tasks | |
lvrld Alias for "livereload-start", "connect", "regarde" tasks. | |
main Alias for "clean:dst", "copy:main", "clean:ignore", | |
"concat:main", "ect", "less:browser" tasks. | |
browser Alias for "main", "lvrld" tasks. | |
phonegap Alias for "clean:dst", "copy:main", "clean:ignore", | |
"concat:main", "less:phonegap", "ect" tasks. | |
deploy Alias for "main", "rsync:deploy" tasks. | |
default Alias for "browser" task. | |
rsync Performs rsync tasks. * | |
ect generates an html file from an ect templates * | |
copy Copy files. * | |
concat Concatenate files. * | |
clean Clean files and folders. * | |
less Compile LESS files to CSS * | |
uglify Minify files with UglifyJS. * | |
livereload Inform the browser some files have changed | |
livereload-start Setup livereload to alert your browser when a file has | |
changed | |
connect Start a connect web server. * | |
regardeReset Reset the initialized status .. For test purpose ONLY | |
regarde Observe files on the filesystem | |
Tasks run in the order specified. Arguments may be passed to tasks that accept | |
them by using colons, like "lint:files". Tasks marked with * are "multi tasks" | |
and will iterate over all sub-targets if no argument is specified. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment