https://github.com/bustle/ember-imgix-helper
Ember Handlebars helper to build urls for imgix image service
https://github.com/bustle/ember-imgix-helper
Last synced: 12 months ago
JSON representation
Ember Handlebars helper to build urls for imgix image service
- Host: GitHub
- URL: https://github.com/bustle/ember-imgix-helper
- Owner: bustle
- License: mit
- Created: 2015-06-24T15:47:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T19:39:42.000Z (over 9 years ago)
- Last Synced: 2025-06-29T18:03:30.869Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-imgix-helper
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).