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.
- Host: GitHub
- URL: https://github.com/davemo/embedded-app-js
- Owner: davemo
- Created: 2013-10-21T23:38:06.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:28:38.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.506Z (about 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embedded-app-js
[](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 :)