Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
7da5424f
Commit
7da5424f
authored
Jun 05, 2014
by
Romain Courteaud
🐙
Committed by
Jérome Perrin
Aug 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add development version of renderjs and rsvp.
parent
666bc534
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3013 additions
and
2 deletions
+3013
-2
Gruntfile.js
Gruntfile.js
+4
-2
dream/platform/vendor/renderjs.js
dream/platform/vendor/renderjs.js
+1885
-0
dream/platform/vendor/rsvp.js
dream/platform/vendor/rsvp.js
+1124
-0
No files found.
Gruntfile.js
View file @
7da5424f
...
...
@@ -115,7 +115,8 @@ module.exports = function (grunt) {
dest
:
"
<%= global_config.dest %>/
"
},
rsvp
:
{
src
:
"
node_modules/rsvp/dist/rsvp-2.0.4.min.js
"
,
// src: "node_modules/rsvp/dist/rsvp-2.0.4.min.js",
src
:
"
<%= global_config.lib %>/rsvp.js
"
,
relative_dest
:
"
lib/rsvp.min.js
"
,
dest
:
"
<%= global_config.dest %>/<%= copy.rsvp.relative_dest %>
"
},
...
...
@@ -125,7 +126,8 @@ module.exports = function (grunt) {
dest
:
"
<%= global_config.dest %>/<%= copy.uritemplate.relative_dest %>
"
},
renderjs
:
{
src
:
"
node_modules/renderjs/dist/renderjs-latest.js
"
,
// src: "node_modules/renderjs/dist/renderjs-latest.js",
src
:
"
<%= global_config.lib %>/renderjs.js
"
,
relative_dest
:
"
lib/renderjs.min.js
"
,
dest
:
"
<%= global_config.dest %>/<%= copy.renderjs.relative_dest %>
"
},
...
...
dream/platform/vendor/renderjs.js
0 → 100644
View file @
7da5424f
This diff is collapsed.
Click to expand it.
dream/platform/vendor/rsvp.js
0 → 100644
View file @
7da5424f
This diff is collapsed.
Click to expand it.
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