Skip to content

Commit

Permalink
merge all code to one package
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed May 22, 2013
1 parent beeaff9 commit 029d987
Show file tree
Hide file tree
Showing 118 changed files with 68 additions and 336 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions config.local.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(function() {
var config = {
DEBUG: !true,
baseAppUrl: "http://localhost:8061",
baseStaticUrl: "http://localhost:8061",
port: 8061
};

module.exports = config;
})();
File renamed without changes.
27 changes: 0 additions & 27 deletions iframely-node2/package.json

This file was deleted.

233 changes: 0 additions & 233 deletions iframely-node2/providers.json

This file was deleted.

15 changes: 0 additions & 15 deletions iframely-plugins/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions iframely-proxy/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions iframely-proxy/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion iframely-node2/lib/iframely.js → lib/iframely-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
* @return {String} The oembed uri
*/
function lookupStaticProviders(uri) {
var providers = require('../providers.json');
var providers = require('../../iframely-node2/providers.json');

var protocolMatch = uri.match(/^(https?:\/\/)/);
var uri2 = uri.substr(protocolMatch[1].length);
Expand Down
Loading

0 comments on commit 029d987

Please sign in to comment.