goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline
MIT License
216 stars 29 forks source link

Compiled module lacks trailing semicolon #59

Closed RobbinHabermehl closed 9 years ago

RobbinHabermehl commented 9 years ago

The last line of the not minified compiled module lacks a trailing semicolon, which causes errors when concatenation is used:

},{"./modify_object_in_place":5,"./resource_cache_entry":10}]},{},[4])

A simple workaround is to specify this module as last file.

hazeledmands commented 9 years ago

Turns out the new version of browserify does this automatically :) Thanks for the report!

hazeledmands commented 9 years ago

Fixed in 1.0.8.