An open API service indexing awesome lists of open source software.

https://github.com/davemo/embedded-app-js

External JS file for use in Shopify embedded apps. Provides a JS API to postMessages to and from the Shopify admin.
https://github.com/davemo/embedded-app-js

Last synced: about 1 year ago
JSON representation

External JS file for use in Shopify embedded apps. Provides a JS API to postMessages to and from the Shopify admin.

Awesome Lists containing this project

README

          

# embedded-app-js

[![Build Status](https://travis-ci.org/davemo/embedded-app-js.png?branch=master)](https://travis-ci.org/davemo/embedded-app-js)

# building embedded-app-js

If you're interested in working on embedded-app-js, it'll be important for you to be able to run the tests and build a distribution. Luckily this is really easy thanks to lineman-lib!

* clone this repo
* `npm install -g lineman`
* `npm install`
* `lineman run` in 1 terminal session (leave it running while you test)
* `lineman spec` in another terminal session

When you are ready to issue a build of the library, simply run `lineman build`. The output bundles will live in `dist/`, 1 minified, 1 unminified.

Don't forget to tag and push a release to github too :)