Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
殷洪(管理员)
/
raphael
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
968c3cbb
authored
Aug 11, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dev folder
parent
b87c69c7
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
8 additions
and
6 deletions
+8
-6
.gitignore
+2
-0
dev/Gruntfile.js
+3
-3
dev/copy.js
+0
-0
dev/package.json
+0
-0
dev/raphael.core.js
+1
-1
dev/raphael.svg.js
+0
-0
dev/raphael.vml.js
+0
-0
dev/raphaelTest.html
+1
-1
raphael-min.js
+0
-0
raphael.js
+1
-1
No files found.
.gitignore
View file @
968c3cbb
node_modules
node_modules
raphael.pro-min.js
raphael.pro-min.js
raphael.pro.js
raphael.pro.js
/.idea
\ No newline at end of file
Gruntfile.js
→
dev/
Gruntfile.js
View file @
968c3cbb
...
@@ -16,7 +16,7 @@ module.exports = function(grunt) {
...
@@ -16,7 +16,7 @@ module.exports = function(grunt) {
},
},
dist
:
{
dist
:
{
src
:
"<%= build.dist.dest %>"
,
src
:
"<%= build.dist.dest %>"
,
dest
:
"
<%= pkg.name %>
-min.js"
dest
:
"
../raphael
-min.js"
}
}
},
},
build
:
{
build
:
{
...
@@ -24,9 +24,9 @@ module.exports = function(grunt) {
...
@@ -24,9 +24,9 @@ module.exports = function(grunt) {
banner
:
"<%= banner %>"
banner
:
"<%= banner %>"
},
},
dist
:
{
dist
:
{
dest
:
"raphael.js"
,
dest
:
"
../
raphael.js"
,
src
:
[
src
:
[
"./eve/eve.js"
,
".
.
/eve/eve.js"
,
"raphael.core.js"
,
"raphael.core.js"
,
"raphael.svg.js"
,
"raphael.svg.js"
,
"raphael.vml.js"
"raphael.vml.js"
...
...
copy.js
→
dev/
copy.js
View file @
968c3cbb
File moved
package.json
→
dev/
package.json
View file @
968c3cbb
File moved
raphael.core.js
→
dev/
raphael.core.js
View file @
968c3cbb
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Define as an anonymous module
// Define as an anonymous module
define
([
"
eve
"
],
function
(
eve
)
{
define
([
"
.
"
],
function
(
eve
)
{
return
factory
(
glob
,
eve
);
return
factory
(
glob
,
eve
);
});
});
}
else
{
}
else
{
...
...
raphael.svg.js
→
dev/
raphael.svg.js
View file @
968c3cbb
File moved
raphael.vml.js
→
dev/
raphael.vml.js
View file @
968c3cbb
File moved
raphaelTest.html
→
dev/
raphaelTest.html
View file @
968c3cbb
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<!--<script type="text/javascript" src="raphael-min.js"></script>-->
<!--<script type="text/javascript" src="raphael-min.js"></script>-->
<!-- To work with dev versions -->
<!-- To work with dev versions -->
<script
type=
"text/javascript"
src=
"
./eve/eve.js"
></script>
<script
type=
"text/javascript"
src=
"
.
./eve/eve.js"
></script>
<script
type=
"text/javascript"
src=
"raphael.core.js"
></script>
<script
type=
"text/javascript"
src=
"raphael.core.js"
></script>
<script
type=
"text/javascript"
src=
"raphael.svg.js"
></script>
<script
type=
"text/javascript"
src=
"raphael.svg.js"
></script>
...
...
raphael-min.js
View file @
968c3cbb
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
968c3cbb
...
@@ -389,7 +389,7 @@
...
@@ -389,7 +389,7 @@
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Define as an anonymous module
// Define as an anonymous module
define
([
"
eve
"
],
function
(
eve
)
{
define
([
"
.
"
],
function
(
eve
)
{
return
factory
(
glob
,
eve
);
return
factory
(
glob
,
eve
);
});
});
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment