2011-06-25 16:34:59 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
2013-01-28 21:03:27 -05:00
|
|
|
# Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
|
|
|
|
# http://paperjs.org/
|
2011-06-24 15:12:48 -04:00
|
|
|
#
|
2013-01-28 21:03:27 -05:00
|
|
|
# Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
|
2011-06-24 15:12:48 -04:00
|
|
|
# http://lehni.org/ & http://jonathanpuckey.com/
|
|
|
|
#
|
2011-07-01 06:17:45 -04:00
|
|
|
# Distributed under the MIT license. See LICENSE file for details.
|
|
|
|
#
|
|
|
|
# All rights reserved.
|
2011-06-24 15:12:48 -04:00
|
|
|
|
|
|
|
echo "Building paper.js"
|
|
|
|
./build.sh
|
2012-12-24 10:44:13 -05:00
|
|
|
echo "Minifying paper.js"
|
|
|
|
./minify.sh
|
2011-06-24 15:12:48 -04:00
|
|
|
echo "Building docs"
|
|
|
|
./docs.sh
|
|
|
|
echo "Zipping paperjs.zip"
|
|
|
|
./zip.sh
|