aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

How to compile? #16

Closed nitrag closed 7 years ago

nitrag commented 8 years ago

How are you supposed to compile?

npm install npm install --dev <-- a ton of errors bower install what am I missing?

grunt

cheruvian commented 7 years ago

The library is prebuilt and available for use, it can be found at dist/aws-sdk-mobile-analytics.min.js

To build it yourself simply run npm install and it will compile and minify to the dist location.