JDL
JDL

Reputation: 231

Using SailsJS as RESTFul Backend application

I'm using SailsJS only as a backend api application and I'm wonderng how to disable grunt and SailsJS frontend completely as I only make RESTFul calls from my frontend which is based on Backbone and RequireJS.

Thanks !

Upvotes: 0

Views: 132

Answers (1)

sgress454
sgress454

Reputation: 24948

Disabling Grunt for a SailsJS can be as simple as just removing the Gruntfile.js from the project folder. You can then remove the assets and tasks folders as well.

Upvotes: 1

Related Questions