OpenAgricultureFoundation / openag_ui

UI for OpenAg food computers
GNU General Public License v3.0
53 stars 27 forks source link

Fix arguments for couchapp_deploy grunt task #149

Open davoclavo opened 7 years ago

davoclavo commented 7 years ago

As @Spaghet pointed out, the grunt task wasn't getting the arguments passed correctly by npm. By delimiting the npm run command and options with a -- we can properly pass those arguments to the grunt script.

https://docs.npmjs.com/cli/run-script

Fixes https://github.com/OpenAgInitiative/openag_ui/issues/148