grunt-express-server
grunt-express-server copied to clipboard
Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde
Hello When using this to run my express server, all output from winston logging loses formatting such as boldness and color.
Starting background Express server Listening on port 3000 Done, without errors. Matjazs-MBP:angular-app
We want to use Winston logger and replace console.log with winston's logging. However, this will default to writing to file. Is there a way to run this task when there's...
I use load-grunt-config which uses the task name to auto pick up the config files but on an existing project I had 'grunt-express' and 'grunt-express-server' both use the same task...
PR coming shortly
...onfiguration from the grunt file Hi eric, while running multiple node apps and wanting to debug them, I found that I couldn't set a debug port through the configuration in...
Otherwise, the error message about getting stdout of undefined is really cryptic. The reason for my problem was that 'cmd' in the options object was set wrong. I can make...
I am trying to configure URL rewriting with grunt-express-server in a yeoman generated angular-fullstack site. Unfortunately I tried any conceivable way of configuring connect, livereload and the likes but for...
I know this is a minor nit-pick, but any node server, no, actually, any webserver that can be spawned and prints to stdout could be used with this task. What...
Hey, is there a way log all message from server to a log file? I set `logs: { out: 'file.log', err: 'file.log' }` but i get some "deprecated" messsages into...