From baaa7abe9290130faec8132e6a3e63cd3536de86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 8 Oct 2012 23:14:12 -0700 Subject: [PATCH] Include code for Paper.js teaching editor. Featuring the beginning of a vector graphics inspector! --- build/editor.sh | 17 +++++++++++++++++ projects/paperjs.sublime-project | 3 +++ 2 files changed, 20 insertions(+) create mode 100755 build/editor.sh diff --git a/build/editor.sh b/build/editor.sh new file mode 100755 index 00000000..4cf76445 --- /dev/null +++ b/build/editor.sh @@ -0,0 +1,17 @@ +#!/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 diff --git a/projects/paperjs.sublime-project b/projects/paperjs.sublime-project index bcd7fc69..d2dc314d 100644 --- a/projects/paperjs.sublime-project +++ b/projects/paperjs.sublime-project @@ -10,6 +10,9 @@ { "path": "../examples" }, + { + "path": "../editor" + }, { "path": "../lib" },