SAP-archive / yaas-getting-started-yaasbites

YaaS bites (our getting started series) is a tutorial and sample code set consisting of small, incremental coding exercises to help a developer learn the basics of the YaaS platform. Its goal is to ensure that a Software Developer's initial journies into YaaS are productive and successful.
14 stars 6 forks source link

missing steps or directory #1

Open pvijeh opened 8 years ago

pvijeh commented 8 years ago

this tutorial is either missing some steps, or it is missing a directory.

http://go.sap.com/india/developer/tutorials/yaas-extend-storefront-functionality-webservice.html

there is no grunt file or package.json except those in the deltas directory:

peterv@lt-air-0183  ~/workspace/new-yaas-tip-service   master  find . -iname "grunt" ./storefront/yaasbitestorefrontdeltas/three/gruntfile.js ./yaasbitestorefrontdeltas/three/gruntfile.js

KenLomax commented 8 years ago

Thanks for your message.

The code you clone for this tutorial step has just been updated now, to reflect changes in the StoreFront code itself that it is based upon.

This tutorial step requires that you also have run the previous tutorial in the tutorial ( including npm install ) which should generated the expected grunt file.

Please re-trace the previous tutorial step, and then this step should also then work.