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