From 471a7eed6e8045f837d65e5a61a233c955aaf9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 14 Nov 2012 22:24:43 -0800 Subject: [PATCH] Remove editor.sh --- build/.gitignore | 1 + build/editor.sh | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100755 build/editor.sh diff --git a/build/.gitignore b/build/.gitignore index 45596526..8eb777f6 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,2 +1,3 @@ /scriptographer.sh /sync.sh +/editor.sh \ No newline at end of file diff --git a/build/editor.sh b/build/editor.sh deleted file mode 100755 index 9366c5ef..00000000 --- a/build/editor.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# Paper.js -# -# This file is part of Paper.js, a JavaScript Vector Graphics Library, -# based on Scriptographer.org and designed to be largely API compatible. -# http://scriptographer.org/ -# -# Copyright (c) 2011, Juerg Lehni & Jonathan Puckey -# http://lehni.org/ & http://jonathanpuckey.com/ -# -# Distributed under the MIT license. See LICENSE file for details. -# -# All rights reserved. - -./build.sh -cp ../dist/paper.js ../editor/assets/js/paper.js -./load.sh