Is it possible to make grunt-express work with some 'classic' express extensions to create an API; e.g. node-restful APIs (https://github.com/baugarten/node-restful)?
For example below is what my current app.js file looks file, but this would not work when loaded through script: '/path/to/app.js
Is it possible to make grunt-express work with some 'classic' express extensions to create an API; e.g. node-restful APIs (https://github.com/baugarten/node-restful)?
For example below is what my current app.js file looks file, but this would not work when loaded through
script: '/path/to/app.js
Any suggestion much appreciated.