Adapt to new bower_components directory.

This commit is contained in:
Jürg Lehni 2013-10-11 00:20:30 +02:00
parent 4738847f30
commit dfa1687a90
4 changed files with 6 additions and 6 deletions

View file

@ -32,9 +32,9 @@ paper.PaperScope.prototype.PaperScript = (function(root) {
scope = root;
/*#*/ } // options.version == 'dev'
/*#*/ if (options.parser == 'acorn') {
/*#*/ include('../../components/acorn/acorn.min.js', { exports: false });
/*#*/ include('../../bower_components/acorn/acorn.min.js', { exports: false });
/*#*/ } else if (options.parser == 'esprima') {
/*#*/ include('../../components/esprima/esprima.min.js', { exports: false });
/*#*/ include('../../bower_components/esprima/esprima.min.js', { exports: false });
/*#*/ }
// Operators to overload