Renamed functions to match hook names

This commit is contained in:
Egil Moeller 2012-02-25 16:53:15 +01:00
parent f2cfb4eee5
commit 6754eed9b4
6 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
var path = require('path');
var minify = require('./utils/Minify');
exports.expressServer = function (hook_name, args, cb) {
exports.expressCreateServer = function (hook_name, args, cb) {
//serve static files
args.app.get('/static/js/require-kernel.js', function (req, res, next) {
res.header("Content-Type","application/javascript; charset: utf-8");