mirror of
https://github.com/toji/gl-matrix.git
synced 2026-01-18 14:26:54 +00:00
3 lines
100 B
Ruby
3 lines
100 B
Ruby
desc "compile & minify sources into a single file"
|
|
task :build => ['build:compile', 'build:minify']
|