sails-swagger
sails-swagger copied to clipboard
sails with --no-frontend option
It looks like sails-swagger doesn't work on an existing API that has the no-front end option
If there is no frontend option, how would swagger-ui supposed to work? Isn't the goal to enable users to browser the api via the frontend?
so the no frontend option just removes the gulpfile, assets directory, and other public folders from the app. There is no reason that removing GULP and the assets directory should prevent other plugins from having a front end (especially for development). I shouldn't have to have a full flegged gulp build process just to include swagger in the project.