Skip to content

Commit

Permalink
Modified our Eve so it works with amd and globally
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed Aug 2, 2015
1 parent 7fd4df7 commit 4d8dc21
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 2,141 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -39,7 +39,7 @@ module.exports = function(grunt) {
dist: {
dest: "<%= pkg.name %>.js",
src: [
"node_modules/eve/eve.js",
"dev/eve.js",
"dev/raphael.core.js",
"dev/raphael.svg.js",
"dev/raphael.vml.js",
Expand Down
4 changes: 2 additions & 2 deletions cortex.json
@@ -1,8 +1,8 @@
{
"name": "raphael",
"version": "2.1.2",
"version": "2.1.4",
"description": "JavaScript Vector Library",
"main": "./dev",
"main": "raphael",
"repository": "git://github.com/DmitryBaranovskiy/raphael.git",
"keywords": [
"vector",
Expand Down
3 changes: 2 additions & 1 deletion dev/amdDev.js
Expand Up @@ -2,7 +2,8 @@

require.config({
paths: {
raphael: '../raphael'
raphael: '../raphael'/*,
eve: '../bower_components/eve/eve'*/
}
});

Expand Down

0 comments on commit 4d8dc21

Please sign in to comment.