2013-05-30 18:47:47 -04:00
|
|
|
#!/bin/bash
|
2012-12-24 10:44:13 -05:00
|
|
|
|
2013-01-28 21:03:27 -05:00
|
|
|
# Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
|
|
|
|
# http://paperjs.org/
|
2012-12-24 10:44:13 -05:00
|
|
|
#
|
2015-12-27 12:09:25 -05:00
|
|
|
# Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey
|
2014-01-03 19:47:16 -05:00
|
|
|
# http://scratchdisk.com/ & http://jonathanpuckey.com/
|
2012-12-24 10:44:13 -05:00
|
|
|
#
|
|
|
|
# Distributed under the MIT license. See LICENSE file for details.
|
|
|
|
#
|
|
|
|
# All rights reserved.
|
|
|
|
|
2013-06-26 22:22:38 -04:00
|
|
|
../node_modules/.bin/uglifyjs ../dist/paper-full.js -o ../dist/paper-full.min.js -c unsafe=true -m -b ascii_only=true,beautify=false --comments /^!/
|
|
|
|
../node_modules/.bin/uglifyjs ../dist/paper-core.js -o ../dist/paper-core.min.js -c unsafe=true -m --comments /^!/
|