blai / grunt-express

Start an Express.js web server using grunt.js
MIT License
254 stars 41 forks source link

placeholder can has a path config #72

Open acecode opened 9 years ago

acecode commented 9 years ago

if the placeholder is used at a path, the real middleware(s) will be used at the same path

app.use('/static', function staticPlaceholder(req, res, next ){
   next()
});