-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #2
- Loading branch information
Zach Zibrat
authored
Jul 6, 2016
1 parent
c8123aa
commit 388f59e
Showing
9 changed files
with
40 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,5 @@ npm-debug.log | |
testem.log | ||
|
||
/.vscode | ||
.vscodeignore | ||
.vscodeignore | ||
jsconfig.json | ||
/typings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
# ember-sparkles | ||
|
||
[![Build Status](https://travis-ci.org/LocusEnergy/ember-sparkles.svg?branch=master)](https://travis-ci.org/LocusEnergy/ember-sparkles) | ||
[![npm version](https://badge.fury.io/js/ember-sparkles.svg)](http://badge.fury.io/js/ember-sparkles) | ||
[![Dependency Status](https://david-dm.org/locusenergy/ember-sparkles.svg)](https://david-dm.org/locusenergy/ember-sparkles) | ||
[![Ember Observer Score](http://emberobserver.com/badges/ember-sparkles.svg)](http://emberobserver.com/addons/ember-sparkles) | ||
|
||
# Ember-sparkles | ||
## Features | ||
|
||
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. | ||
``` | ||
ember install ember-sparkles | ||
``` | ||
|
||
## Running Tests | ||
## Helpful Links | ||
|
||
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions) | ||
* `ember test` | ||
* `ember test --server` | ||
- ### [Live Demo](http://locusenergy.github.io/ember-sparkles/) | ||
|
||
## Building | ||
- ### [Changelog](CHANGELOG.md) | ||
|
||
* `ember build` | ||
## Looking for help? | ||
If it is a bug [please open an issue on GitHub](http://github.com/LocusEnergy/ember-sparkles/issues). | ||
|
||
For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/). | ||
## Usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,14 @@ | |
"scripts": { | ||
"build": "ember build", | ||
"start": "ember server", | ||
"test": "ember try:each" | ||
"test": "ember try:each", | ||
"deploy": "ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\"; git push; git checkout -" | ||
}, | ||
"repository": "https://github.com/LocusEnergy/ember-sparkles", | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"author": "Zachary Zibrat, Taras Mankovski, Locus Energy", | ||
"author": "zigahertz <[email protected]>, embersherpa <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.4.2", | ||
|
@@ -24,6 +25,7 @@ | |
"ember-cli-app-version": "^1.0.0", | ||
"ember-cli-dependency-checker": "^1.2.0", | ||
"ember-cli-eslint": "1.6.0", | ||
"ember-cli-github-pages": "0.1.0", | ||
"ember-cli-htmlbars-inline-precompile": "^0.3.1", | ||
"ember-cli-inject-live-reload": "^1.4.0", | ||
"ember-cli-qunit": "^2.0.0", | ||
|
@@ -39,6 +41,7 @@ | |
"ember-interpolate-helper": "0.1.1", | ||
"ember-load-initializers": "^0.5.1", | ||
"ember-lodash": "0.0.7", | ||
"ember-pagefront": "0.11.1", | ||
"ember-resolver": "^2.0.3", | ||
"loader.js": "^4.0.1" | ||
}, | ||
|
@@ -59,6 +62,7 @@ | |
"ember-truth-helpers": "1.2.0" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
"configPath": "tests/dummy/config", | ||
"demoURL": "http://locusenergy.github.io/ember-sparkles/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters