strongloop / loopback-example-offline-sync

Offline sync, change tracking, and replication.
http://loopback.io/doc/en/lb2/Synchronization.html
Other
285 stars 110 forks source link

fix npm WARN deprecated #50

Closed paulomcnally closed 9 years ago

paulomcnally commented 9 years ago

Replace deprecated module

± |master ✓| → npm install
npm WARN deprecated grunt-ngmin@0.0.3: use grunt-ng-annotate instead
npm WARN deprecated ngmin@0.4.1: use ng-annotate instead
bajtos commented 9 years ago

Thank you for the patch. You need to update the Gruntfile too, as the build fails now:

$ grunt
[cut]
Warning: Task "ngmin" not found. Use --force to continue.

Aborted due to warnings.
paulomcnally commented 9 years ago

@bajtos https://github.com/paulomcnally/loopback-example-full-stack/commit/695d0fa74110f6ba63273a8fefa5b477c49c47de

Check now please.

bajtos commented 9 years ago

I have squashed the commits, added one more change to fix the location of dist files and landed the patch a4da5bac3f.

Thank you for the contribution!