ngForce icon indicating copy to clipboard operation
ngForce copied to clipboard

Master branch is not building

Open steals opened this issue 9 years ago • 3 comments

~/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.

steals avatar Jul 09 '15 06:07 steals

Looks like this was caused by commit e2bcc141d8ec086c1a0257f3a3b01bee3fd700ee

If you move the standard options back outside of the return it should build properly.

tekstrand avatar Nov 18 '15 16:11 tekstrand

Yes, the standard options should be outside.

btkarthick avatar Apr 01 '16 11:04 btkarthick

Confirmed @btkarthick -- I created #44 as a result.

rdehler avatar Dec 13 '16 04:12 rdehler