Switch to using dependencies as bower components.

This commit is contained in:
Jürg Lehni 2013-06-27 04:21:06 -07:00
parent f572ad9c0a
commit 77c27f8a36
12 changed files with 12 additions and 5894 deletions

View file

@ -20,9 +20,9 @@
// in terms of performance.
paper.PaperScope.prototype.PaperScript = new function() {
/*#*/ if (options.parser == 'acorn') {
/*#*/ include('../../lib/acorn-min.js');
/*#*/ include('../../components/acorn/acorn.min.js');
/*#*/ } else if (options.parser == 'esprima') {
/*#*/ include('../../lib/esprima-min.js');
/*#*/ include('../../components/esprima/esprima.min.js');
/*#*/ }
// Operators to overload