diff --git a/plugins/c9.vfs.standalone/standalone.js b/plugins/c9.vfs.standalone/standalone.js index fc25d01e..357b3f35 100644 --- a/plugins/c9.vfs.standalone/standalone.js +++ b/plugins/c9.vfs.standalone/standalone.js @@ -34,6 +34,11 @@ function plugin(options, imports, register) { mount: "/" }]); + statics.addStatics([{ + path: __dirname + "/../../node_modules/architect-build/build_support", + mount: "/" + }]); + statics.addStatics([{ path: __dirname + "/../../configs", mount: "/configs" diff --git a/plugins/c9.vfs.standalone/views/standalone.html.ejs b/plugins/c9.vfs.standalone/views/standalone.html.ejs index 47426afe..c1162d09 100644 --- a/plugins/c9.vfs.standalone/views/standalone.html.ejs +++ b/plugins/c9.vfs.standalone/views/standalone.html.ejs @@ -53,7 +53,7 @@ <% if (packed) { %> <% } else { %> - + <% } %>