1 desc "compile & minify sources into a single file" 2 task :build => ['build:compile', 'build:minify'] 3