ngForce
ngForce copied to clipboard
Master branch is not building
~/W/F/ngForce ❯❯❯ grunt Running "min" task
Running "ngAnnotate:ngForce" (ngAnnotate) task Generating "buildTmp/subModules/ngForce-visualForceRemoting.annotated.js" from "buildTmp/subModules/ngForce-visualForceRemoting.annotated.js"...ERROR
error: couldn't process source due to parse error Line 33: Unexpected identifier Warning: Task "ngAnnotate:ngForce" failed. Use --force to continue.
Looks like this was caused by commit e2bcc141d8ec086c1a0257f3a3b01bee3fd700ee
If you move the standard options back outside of the return it should build properly.
Yes, the standard options should be outside.
Confirmed @btkarthick -- I created #44 as a result.