diff --git a/node_modules/architect-build/build_support/mini_require.js b/node_modules/architect-build/build_support/mini_require.js index 92370517..8d4c219c 100644 --- a/node_modules/architect-build/build_support/mini_require.js +++ b/node_modules/architect-build/build_support/mini_require.js @@ -134,7 +134,7 @@ var processLoadQueue = function(err, id) { } }; -define.amd = true; +define.amd = {}; define.queue = []; define.loaded = {}; define.errors = {}; @@ -296,7 +296,7 @@ require.MODULE_LOAD_URL = MODULE_LOAD_URL; require.toUrl = function(moduleName, ext, skipExt) { var absRe = /^([\w\+\.\-]+:|\/)/; var index = moduleName.indexOf("!"); - if (index !== -1 || !ext) + if (index !== -1 || !ext || /^\/|\.js$/.test(moduleName)) ext = ""; var paths = config.paths; diff --git a/package.json b/package.json index 02290f2a..a1882357 100644 --- a/package.json +++ b/package.json @@ -105,9 +105,9 @@ "c9.ide.run": "#1e99c8c1d2", "c9.ide.run.build": "#ad45874c88", "c9.ide.run.debug.xdebug": "#3b1520f83d", - "c9.ide.save": "#58b8616a88", + "c9.ide.save": "#cc613b6ead", "c9.ide.scm": "#undefined", - "c9.ide.terminal.monitor": "#b0b4d03280", + "c9.ide.terminal.monitor": "#b52a3f2144", "c9.ide.theme.flat": "#2de8414db7", "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", diff --git a/plugins/c9.vfs.standalone/www/test.html b/plugins/c9.vfs.standalone/www/test.html index a3927244..422fbb8a 100644 --- a/plugins/c9.vfs.standalone/www/test.html +++ b/plugins/c9.vfs.standalone/www/test.html @@ -16,7 +16,7 @@
- +