Jürg Lehni
|
cb6833176c
|
Use named module AMD syntax for defining paper.
Closes #261.
|
2013-08-14 14:26:23 -07:00 |
|
Jürg Lehni
|
899ec1d360
|
Make built version of paper.js for node work and work towards using that in NPM.
|
2013-06-27 14:31:03 -07:00 |
|
Jürg Lehni
|
4f5dac8567
|
Improved PrePro to be able to dynamically load Node.js code too, and improve load.js to handle both environments.
Also moved PaperScript .pjs extension code to PaperScript, and DOM related Node.js code to dom/node.js
|
2013-06-27 13:49:04 -07:00 |
|
Jürg Lehni
|
37f0c7dcd6
|
Add missing Key class to exports.
|
2013-06-27 03:58:14 -07:00 |
|
Jürg Lehni
|
eef736f3d8
|
Move define() statement to export.js and remove define hack in PaperScript.
|
2013-06-24 04:40:35 -07:00 |
|
Jürg Lehni
|
4b53d558f1
|
Refactor PaperScript code so it can be moved outside of main paper scope.
Allowing for better minifaction and the potential use of strict mode due to absence of with() statements inside the main paper scope.
|
2013-06-24 04:40:07 -07:00 |
|
Jürg Lehni
|
b896a98b1e
|
Properly fix exporting of classes into Base.exports.
|
2013-06-02 16:17:54 -07:00 |
|
Jürg Lehni
|
a81fdc2758
|
Fix exporting of Base, Numerical and PaperScript into PaperScope.
|
2013-05-30 14:37:04 -07:00 |
|
Jürg Lehni
|
178b09caa7
|
Fix issue with local paper variable shielding global one.
We need a cleaner fix for this on the long run.
|
2013-05-30 11:26:47 -07:00 |
|
Jürg Lehni
|
961451b271
|
Handle exporting of Numerical and PaperScript in export.js
Allowing build.sh to work again.
|
2013-05-27 18:28:35 -07:00 |
|
Jürg Lehni
|
5592bb57e0
|
Properly export Numerical and PaperScript again.
|
2013-05-27 15:55:44 -07:00 |
|
Jürg Lehni
|
10d5de3ed6
|
Implement a better way to name and export class constructors.
This change also simplified the way classes are exported to PaperScope objects.
|
2013-05-27 12:48:58 -07:00 |
|