mobifyjs-utils
v1.0.0
Published
This repo contains the Utils.js library commonly used in many of Mobify's different services, such as resizeImages.js, jazzcat.js, etc.
Downloads
5
Readme
Mobify.js Utils
This repo contains the Utils.js library commonly used in many of Mobify's different services, such as resizeImages.js, jazzcat.js, etc.
Installation
First, you will need to install grunt-cli and bower globally:
npm install -g grunt-cli bower
Then install the local dependencies:
npm install
bower install
Testing
grunt test
And if you have Saucelabs credentials:
grunt saucelabs