Skip to content

Commit

Permalink
new link length api
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdwyer committed Apr 9, 2014
1 parent 7072224 commit f41a4e5
Show file tree
Hide file tree
Showing 22 changed files with 273 additions and 41,147 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = function (grunt) {
'WebCola/src/scc.js',
'WebCola/src/handle_disconnected.js'
],
dest: 'WebCola/cola.v1.min.js'
dest: 'WebCola/cola.v2.min.js'
}
},
umd: {
Expand All @@ -68,7 +68,7 @@ module.exports = function (grunt) {
//sourceMapRoot: 'WebCola'
},
files: {
'WebCola/cola.v1.min.js': [
'WebCola/cola.v2.min.js': [
'<%= concat.dist.dest %>'
]
}
Expand Down
Loading

0 comments on commit f41a4e5

Please sign in to comment.