the proxy and static server for neuron framwork on alpha
npm install nervecentrenerveCentre
======
the node server for node framework
1. configs
- origin : '/Users/spud/Neuron',
- libpath : ['/lib','/s/j/app'],
- port : '3001',
- staticport : '3002',
- useproxy : true,
- expires : {
fileMatch: /^(gif|png|jpg|js|css)$/ig,
maxAge: 606024*365
}
- filters : [
'strict', // add "use strict"
'uglify', // use uglify for min.js
'buildtime', // replace %buldtime%
'branch'] // replace branch
}