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.
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 bowerThen install the local dependencies:
npm install
bower installTesting
grunt testAnd if you have Saucelabs credentials:
grunt saucelabs