tarlepp / angular-sailsjs-boilerplate

'Boilerplate' for AngularJS + Sails.js
MIT License
307 stars 87 forks source link

No way to serve frontend from sails. #90

Closed Tenkir closed 8 years ago

Tenkir commented 8 years ago

Missing Grunt from backend, so files are never moved into the .tmp directory for express to serve them.

tarlepp commented 8 years ago

Nope, and that's something that I'm not going to do. Grunt is disabled from Sails.js (Backend) side totally because it's just an API and nothing else. This is explained on the README.MD