PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
github
/
templates
/** * mixin <%sectionName%> * * Copyright 2012 Cloud9 IDE, Inc. * * This product includes software developed by * Cloud9 IDE, Inc (http://c9.io). * * Author: Mike de Boer <info@mikedeboer.nl> **/ "use strict"; var error = require("./../../error"); var Util = require("./../../util"); var <%sectionName%> = module.exports = { <%sectionName%>: {} }; (function() { <%sectionBody%> }).call(<%sectionName%>.<%sectionName%>);
[-] index.js.tpl
[edit]
[+]
..
[-] handler.js.tpl
[edit]
[-] test_section.js.tpl
[edit]
[-] section.js.tpl
[edit]
[-] after_request.js.tpl
[edit]
[-] test_handler.js.tpl
[edit]