Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[TASK] Add ripple.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Sep 18, 2014
1 parent 05184c8 commit fb75849
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gruntfile.js
Expand Up @@ -333,7 +333,8 @@ module.exports = function(grunt) {
{src: 'build/dist/web/index_debug.html', dest: 'build/bundle/web/index_debug.html'},
{src: 'src/js/config.js', dest: 'build/bundle/web/config.js'},
{src: 'scripts/livereload.js', dest: 'build/bundle/web/livereload.js'},
{src: 'deps/downloadify.swf', dest: 'build/bundle/web/swf/downloadify.swf' }
{src: 'deps/downloadify.swf', dest: 'build/bundle/web/swf/downloadify.swf' },
{src: 'ripple.txt', dest: 'build/bundle/web/ripple.txt' }
]
}
/*nw_desktop: {
Expand Down Expand Up @@ -417,6 +418,11 @@ module.exports = function(grunt) {
config: {
files: ['src/js/config.js'],
options: { livereload: true }
},
txt: {
files: ['ripple.txt'],
tasks: ['copy'],
options: { livereload: true }
}
},
connect: {
Expand Down
2 changes: 2 additions & 0 deletions ripple.txt
@@ -0,0 +1,2 @@
[authinfo_url]
https://id.staging.ripple.com/v1/authinfo

0 comments on commit fb75849

Please sign in to comment.