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