Home | History | Annotate | Download | only in tasks
      1 desc "compile & minify sources into a single file"
      2 task :build => ['build:compile', 'build:minify']
      3