Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adaptivejs

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptivejs

A framework for creating adaptive websites.

  • 1.6.5
  • legacy
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by42.86%
Maintainers
3
Weekly downloads
 
Created
Source

adaptivejs

Framework for creating adaptive templated websites using Javascript

NPM version

Full Documentation:

https://mobify.atlassian.net/wiki/display/PLAT/Adaptive.js https://cloud.mobify.com/docs/adaptivejs/

Getting Started

We've supplied an example adaptive.js project as a starting point for you in the example folder. To get it running:

  1. cd into the example directory
  2. run npm install
  3. run bower install
  4. run grunt preview
  5. Navigate to http://preview.mobify.com
  6. For the Site URL, enter the website you want to adapt. NOTE: The site must have a Mobify tag installed in order for the site to adapt.
  7. For the bundle location enter: http://localhost:8080/build/
  8. Hit authorize and you should see an example adapted view!

The example is using the code inside of the adaptivejs/src folder, so during development, you can use this example as a way of testing your changes.

Running the tests

To run your tests in the browser, run the following:

grunt test_browser

And browse to:

http://localhost:8888/tests/

Releasing

When releasing a new version, follow these steps:

  1. Make sure all tests pass locally using grunt test.
  2. Make sure all tests pass on saucelabs with grunt test_saucelabs.
  3. Bump version in package.json
  4. Add to CHANGELOG
  5. Create a new git tag corresponding to that version and push to origin.
  6. npm publish
  7. Update https://cloud.mobify.com/docs/adaptivejs/changelog/

FAQs

Package last updated on 06 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc