Skip to content

Commit eabd596

Browse files
committed
Initial Commit from Ember CLI v0.1.5
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,........,.. . . .,..........., ,,,,,,,,,,,,,,,:...,,.,,,,,,,,,,,,,,,,,,,,,.,,.,,......... .~.::::. .........., ,,,,,,,,,,,,. .. .. .. ..,... ,+7ZOOOZ7=, . .,..... ~.=:::::: .........., ,,,,,,,,,, .====IIIIISZ. .. 7ZSIIIIIIIIIIIIIII7ZO... .::..+:::::::= .........., ,,,,,,,,, .=~:~~:~==IIIIII7ZIIIIIIIIIIIIIIIIIIIIIIISZ:....+::::::::, .........., ,,,,,,,,, :::~~~~~~~==77ZIIIIIIIIIIIIIIIIIIIIIIIIIII7O..=~:::::::~............, ,,,,,,,,,..~:::~~~~~~~=ZIIIII77777777777IIIIIIIIIIIIIIIZ==::::::::. :.........., ,,,,,,,,,,. ::::~~~~~:=I7777777777777777777777IIIIIIIIIIS=:::::::. ............, ,,,,,,,,,,. .::,:~~~:::SO8DD8OSII7777777777777777IIIIIIIIZ:::::: ............., ,,,,,,,,,,,, .~M8ZD888OOOOOOOOOOO8DMM7I77I7Z8NMMMMNDZIIIIIZ:::+. .............., ,,,,,,,,,,,,=. ZM888DD,::,,,,,:SN88O88DDD88OOO88888888OO8MM~=.S, .............., ,,,,,,,,,,,,,~ N8D: :88NMMM888O,,,...,:,=NDD8~:88M..,............, ,,,,,,,,,,,,,,, .M8D, MS ,8DZS7SM8S. .,ND8DNM..............., ,,,,,,,,,,,,,,,. ,DD OMN .O8M777S88M =D ?DD~ ... ............ ,,,,,,,,,,,,,,,,. M8~. .M. ~8M77777SM8. DMO .ND= .. ............. ,,,,,,,,,,,,,,,, .~M8: =8D877777SMDN. M, DM= .................. ,,,,,,,,,,,,,,, :.~M8NO?=:=?ZM88DMS7===I77N8M. .MM7S .................. ,,,,,,,,,,,,,, :...=7MNDDDDDNMMNSS777?777SZND888NDS+==O8M7IIZ.................. ,,,,,,,,,,,,, :.....,,,:~~=SSSS77777777777SS7NMMNDDDDDNM7IIIIS................. ,,,,,,,,,,,,..~.......,,,,,,,=777777777777777777SZMMOS777IIIIIS ................ ,,,,,,,,,,,, ~..........:~~:,,,:?7777777SSS8MMMN88DZ777777IIIII+.~+?I777777II?+= ,,,,,,,,,,,.:..............?N8DNNN++=~~::,,NN8888D=,,......IIIIO.SZZZZZZZZZZZZZZ ,,,,,,,,,,. :................N8888S...,....M88888O,,,........IIZ.~77IIIIIIII7777 ,,,,,,,,,, :...........,.....+8888N....,...NN888M,,,.........,IS.:II77IIIIIIIIII ,,,,,,,,,, ~.................,M88D+~...~..===~+M,,,...........IO.=++?I7777IIIIII ,,,,,,,,,,.~.................,,DM=====::::::::::,,............I7 =====+?I777IIII .......... ,.................,:M===:::::::::::=,,............~7 .==++====+?I77II ..........,.~.................,,=:::::::::,. ,,,.............IS .. .===+====?I77 ,,,,,,,,,,, ~.......................,,,. ..,. ............:Z. .+. ======?I ,,,,,,,,,,,, .~........................ .S7777 ............:. .~:,. =..======= .............,.~,...................., .777S77S ..........~. . .::=+::. ======= ,,,,,,,,,,,,,,=. .~....................777 .777.........,:Z .:::::::~....~===== .................:..::............... 77+ 77S......~:777ZZ .=::::::::, :~~=== ,,,,,,,,,,,,,,,,,, .ZZ7I::............S77..S77? ~:,,~+7777Z7Z7I7+~::~+ ~~::~= ,,,,,,,,,,,,,,,,, .ZZ7777~,,,:~~~::: 77I ~777 ,,,,,,,=777IIIII77O. . ~~~~~~:: ,,,,,,,,,,,,,,,,. ,ZZII7=,,,,,,,,,,. =77 .777. .,,,,,,...:IIIIII7Z :~~~~~~~~~~~ ........,.. .... ., . 7~.. .,,. ..,. 777.777= ....... . .III+ . .~. ~~~~~~~~ ....... . . . ,. . . . .. .S77777?. .... ..7S7 , ... :~~~~~~ ...... .S777777. +77+ 7777 777S .777777777? .S777777 77?.S777 .~~~~~~ ..... .7777.+777 .S77. 7777+.7777I 7777777777I .S77S.?77+ I77+S7777 .~~~~~~ .... 777S 77I 777 77777 77777: ,777~. .7777. 777S. 77: .777+7777? .~.. :~ ,. 777 .S77. ?77SS7777SS77777 I77S ?777. 777 .S77. .77777 777 .:. : 7S==7777777= .S77777 77777 77S. .S77, 777I ?7777777S. I77777.777SS777+ . :77777777S,. .:77777 =7777= 77S. .777. .777..7777777?. .I77777. ,777777. .~ ..7777+... S7777777 7777S. 77S. S777. .S7777777777S .. S777777+ . ..: . ..~~ ,,,. .S7777777777777S. S777, 777777777777777777S. 77777777777777S..~~,. .:~~~~~ :::::..~777777I..S77. 77S .S777S .?77777S?.. .. S77777S ?77 :~~~~~~~~~~~~ ..... ..... . . ... ... .. . ..==::. ... . . ..~~~~~~~~~~~~~ .........,.,:.....,:.....=.....,,....,.:.... ...:+~::::,,::::::,:~~~~~~~~~~~~~~~
0 parents  commit eabd596

39 files changed

+537
-0
lines changed

.bowerrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"directory": "bower_components",
3+
"analytics": false
4+
}

.editorconfig

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
8+
[*]
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
13+
indent_style = space
14+
indent_size = 2
15+
16+
[*.js]
17+
indent_style = space
18+
indent_size = 2
19+
20+
[*.hbs]
21+
indent_style = space
22+
indent_size = 2
23+
24+
[*.css]
25+
indent_style = space
26+
indent_size = 2
27+
28+
[*.html]
29+
indent_style = space
30+
indent_size = 2
31+
32+
[*.{diff,md}]
33+
trim_trailing_whitespace = false

.ember-cli

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
/**
3+
Ember CLI sends analytics information by default. The data is completely
4+
anonymous, but there are times when you might want to disable this behavior.
5+
6+
Setting `disableAnalytics` to true will prevent any data from being sent.
7+
*/
8+
"disableAnalytics": false
9+
}

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
7+
# dependencies
8+
/node_modules
9+
/bower_components
10+
11+
# misc
12+
/.sass-cache
13+
/connect.lock
14+
/coverage/*
15+
/libpeerconnection.log
16+
npm-debug.log
17+
testem.log

.jshintrc

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"predef": [
3+
"document",
4+
"window",
5+
"-Promise"
6+
],
7+
"browser": true,
8+
"boss": true,
9+
"curly": true,
10+
"debug": false,
11+
"devel": true,
12+
"eqeqeq": true,
13+
"evil": true,
14+
"forin": false,
15+
"immed": false,
16+
"laxbreak": false,
17+
"newcap": true,
18+
"noarg": true,
19+
"noempty": false,
20+
"nonew": false,
21+
"nomen": false,
22+
"onevar": false,
23+
"plusplus": false,
24+
"regexp": false,
25+
"undef": true,
26+
"sub": true,
27+
"strict": false,
28+
"white": false,
29+
"eqnull": true,
30+
"esnext": true,
31+
"unused": true
32+
}

.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
language: node_js
3+
4+
sudo: false
5+
6+
cache:
7+
directories:
8+
- node_modules
9+
10+
before_install:
11+
- "npm config set spin false"
12+
- "npm install -g npm@^2"
13+
14+
install:
15+
- npm install -g bower
16+
- npm install
17+
- bower install
18+
19+
script:
20+
- npm test

Brocfile.js

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* jshint node: true */
2+
/* global require, module */
3+
4+
var EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
5+
6+
var app = new EmberAddon();
7+
8+
// Use `app.import` to add additional libraries to the generated
9+
// output files.
10+
//
11+
// If you need to use different assets in different
12+
// environments, specify an object as the first parameter. That
13+
// object's keys should be the environment name and the values
14+
// should be the asset to use in that environment.
15+
//
16+
// If the library that you are including contains AMD or ES6
17+
// modules that you would like to import into your application
18+
// please specify an object with the list of modules as keys
19+
// along with the exports of each module as its value.
20+
21+
module.exports = app.toTree();

LICENSE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Ember-cli-chartist
2+
3+
This README outlines the details of collaborating on this Ember addon.
4+
5+
## Installation
6+
7+
* `git clone` this repository
8+
* `npm install`
9+
* `bower install`
10+
11+
## Running
12+
13+
* `ember server`
14+
* Visit your app at http://localhost:4200.
15+
16+
## Running Tests
17+
18+
* `ember test`
19+
* `ember test --server`
20+
21+
## Building
22+
23+
* `ember build`
24+
25+
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).

addon/.gitkeep

Whitespace-only changes.

app/.gitkeep

Whitespace-only changes.

bower.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "ember-cli-chartist",
3+
"dependencies": {
4+
"handlebars": "~1.3.0",
5+
"jquery": "^1.11.1",
6+
"ember": "1.8.1",
7+
"ember-data": "1.0.0-beta.12",
8+
"ember-resolver": "~0.1.11",
9+
"loader.js": "stefanpenner/loader.js#1.0.1",
10+
"ember-cli-shims": "stefanpenner/ember-cli-shims#0.0.3",
11+
"ember-cli-test-loader": "rwjblue/ember-cli-test-loader#0.0.4",
12+
"ember-load-initializers": "stefanpenner/ember-load-initializers#0.0.2",
13+
"ember-qunit": "0.1.8",
14+
"ember-qunit-notifications": "0.0.4",
15+
"qunit": "~1.15.0"
16+
}
17+
}

config/environment.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
module.exports = function(/* environment, appConfig */) {
4+
return { };
5+
};

index.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* jshint node: true */
2+
'use strict';
3+
4+
module.exports = {
5+
name: 'ember-cli-chartist'
6+
};

package.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "ember-cli-chartist",
3+
"version": "0.0.0",
4+
"description": "The default blueprint for ember-cli addons.",
5+
"directories": {
6+
"doc": "doc",
7+
"test": "tests"
8+
},
9+
"scripts": {
10+
"start": "ember server",
11+
"build": "ember build",
12+
"test": "ember test"
13+
},
14+
"repository": "",
15+
"engines": {
16+
"node": ">= 0.10.0"
17+
},
18+
"author": "",
19+
"license": "MIT",
20+
"devDependencies": {
21+
"broccoli-asset-rev": "^2.0.0",
22+
"broccoli-ember-hbs-template-compiler": "^1.6.1",
23+
"ember-cli": "0.1.5",
24+
"ember-cli-content-security-policy": "0.3.0",
25+
"ember-cli-dependency-checker": "0.0.7",
26+
"ember-cli-esnext": "0.1.1",
27+
"ember-cli-ic-ajax": "0.1.1",
28+
"ember-cli-inject-live-reload": "^1.3.0",
29+
"ember-cli-qunit": "0.1.2",
30+
"ember-data": "1.0.0-beta.12",
31+
"ember-export-application-global": "^1.0.0",
32+
"express": "^4.8.5",
33+
"glob": "^4.0.5"
34+
},
35+
"keywords": [
36+
"ember-addon"
37+
],
38+
"ember-addon": {
39+
"configPath": "tests/dummy/config"
40+
}
41+
}

testem.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"framework": "qunit",
3+
"test_page": "tests/index.html",
4+
"launch_in_ci": [
5+
"PhantomJS"
6+
],
7+
"launch_in_dev": [
8+
"PhantomJS",
9+
"Chrome"
10+
]
11+
}

tests/.jshintrc

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"predef": [
3+
"document",
4+
"window",
5+
"location",
6+
"setTimeout",
7+
"$",
8+
"-Promise",
9+
"QUnit",
10+
"define",
11+
"console",
12+
"equal",
13+
"notEqual",
14+
"notStrictEqual",
15+
"test",
16+
"asyncTest",
17+
"testBoth",
18+
"testWithDefault",
19+
"raises",
20+
"throws",
21+
"deepEqual",
22+
"start",
23+
"stop",
24+
"ok",
25+
"strictEqual",
26+
"module",
27+
"moduleFor",
28+
"moduleForComponent",
29+
"moduleForModel",
30+
"process",
31+
"expect",
32+
"visit",
33+
"exists",
34+
"fillIn",
35+
"click",
36+
"keyEvent",
37+
"triggerEvent",
38+
"find",
39+
"findWithAssert",
40+
"wait",
41+
"DS",
42+
"isolatedContainer",
43+
"startApp",
44+
"andThen",
45+
"currentURL",
46+
"currentPath",
47+
"currentRouteName"
48+
],
49+
"node": false,
50+
"browser": false,
51+
"boss": true,
52+
"curly": false,
53+
"debug": false,
54+
"devel": false,
55+
"eqeqeq": true,
56+
"evil": true,
57+
"forin": false,
58+
"immed": false,
59+
"laxbreak": false,
60+
"newcap": true,
61+
"noarg": true,
62+
"noempty": false,
63+
"nonew": false,
64+
"nomen": false,
65+
"onevar": false,
66+
"plusplus": false,
67+
"regexp": false,
68+
"undef": true,
69+
"sub": true,
70+
"strict": false,
71+
"white": false,
72+
"eqnull": true,
73+
"esnext": true
74+
}

tests/dummy/app/app.js

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import Ember from 'ember';
2+
import Resolver from 'ember/resolver';
3+
import loadInitializers from 'ember/load-initializers';
4+
import config from './config/environment';
5+
6+
Ember.MODEL_FACTORY_INJECTIONS = true;
7+
8+
var App = Ember.Application.extend({
9+
modulePrefix: config.modulePrefix,
10+
podModulePrefix: config.podModulePrefix,
11+
Resolver: Resolver
12+
});
13+
14+
loadInitializers(App, config.modulePrefix);
15+
16+
export default App;

tests/dummy/app/components/.gitkeep

Whitespace-only changes.

tests/dummy/app/controllers/.gitkeep

Whitespace-only changes.

tests/dummy/app/helpers/.gitkeep

Whitespace-only changes.

tests/dummy/app/index.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<title>Dummy</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
10+
{{content-for 'head'}}
11+
12+
<link rel="stylesheet" href="assets/vendor.css">
13+
<link rel="stylesheet" href="assets/dummy.css">
14+
15+
{{content-for 'head-footer'}}
16+
</head>
17+
<body>
18+
{{content-for 'body'}}
19+
20+
<script src="assets/vendor.js"></script>
21+
<script src="assets/dummy.js"></script>
22+
23+
{{content-for 'body-footer'}}
24+
</body>
25+
</html>

tests/dummy/app/models/.gitkeep

Whitespace-only changes.

tests/dummy/app/router.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import Ember from 'ember';
2+
import config from './config/environment';
3+
4+
var Router = Ember.Router.extend({
5+
location: config.locationType
6+
});
7+
8+
Router.map(function() {
9+
});
10+
11+
export default Router;

tests/dummy/app/routes/.gitkeep

Whitespace-only changes.

tests/dummy/app/styles/app.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html, body {
2+
margin: 20px;
3+
}

0 commit comments

Comments
 (0)