I'm trying to use MEANS in production env for tests, (assets concatenation, 'uglification' ...).
The problem happens on the todos controller, the buttons to change the status of some todo just disappear.
To reproduce:
1 - Clone the repo
2 - Edit config/env/production.js -> someMongo... to localDb
3 - sails lift --prod
4 - Access the todos page
I'm trying to use MEANS in production env for tests, (assets concatenation, 'uglification' ...).
The problem happens on the todos controller, the buttons to change the status of some todo just disappear.
To reproduce:
1 - Clone the repo
2 - Edit
config/env/production.js->someMongo...tolocalDb3 -
sails lift --prod4 - Access the todos page