Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
raphael
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nhn
raphael
Commits
968c3cbb
Commit
968c3cbb
authored
Aug 11, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dev folder
parent
b87c69c7
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
9 deletions
+10
-9
.gitignore
.gitignore
+1
-0
Gruntfile.js
dev/Gruntfile.js
+3
-3
copy.js
dev/copy.js
+0
-0
package.json
dev/package.json
+0
-0
raphael.core.js
dev/raphael.core.js
+1
-1
raphael.svg.js
dev/raphael.svg.js
+0
-0
raphael.vml.js
dev/raphael.vml.js
+0
-0
raphaelTest.html
dev/raphaelTest.html
+1
-1
raphael-min.js
raphael-min.js
+3
-3
raphael.js
raphael.js
+1
-1
No files found.
.gitignore
View file @
968c3cbb
node_modules
raphael.pro-min.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) {
},
dist
:
{
src
:
"<%= build.dist.dest %>"
,
dest
:
"
<%= pkg.name %>
-min.js"
dest
:
"
../raphael
-min.js"
}
},
build
:
{
...
...
@@ -24,9 +24,9 @@ module.exports = function(grunt) {
banner
:
"<%= banner %>"
},
dist
:
{
dest
:
"raphael.js"
,
dest
:
"
../
raphael.js"
,
src
:
[
"./eve/eve.js"
,
".
.
/eve/eve.js"
,
"raphael.core.js"
,
"raphael.svg.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 @@
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Define as an anonymous module
define
([
"
eve
"
],
function
(
eve
)
{
define
([
"
.
"
],
function
(
eve
)
{
return
factory
(
glob
,
eve
);
});
}
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 @@
<!--<script type="text/javascript" src="raphael-min.js"></script>-->
<!-- 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.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 @@
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Define as an anonymous module
define
([
"
eve
"
],
function
(
eve
)
{
define
([
"
.
"
],
function
(
eve
)
{
return
factory
(
glob
,
eve
);
});
}
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