chore(build): update to ember-cli 0.1.1
This commit is contained in:
Родитель
66882cd503
Коммит
7757475fad
|
@ -0,0 +1,33 @@
|
|||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.hbs]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.css]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.html]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
/**
|
||||
Ember CLI sends analytics information by default. The data is completely
|
||||
anonymous, but there are times when you might want to disable this behavior.
|
||||
|
||||
Setting `disableAnalytics` to true will prevent any data from being sent.
|
||||
*/
|
||||
"disableAnalytics": false
|
||||
}
|
43
.jshintrc
43
.jshintrc
|
@ -1,27 +1,32 @@
|
|||
{
|
||||
"bitwise": false,
|
||||
"boss": true,
|
||||
"camelcase": true,
|
||||
"predef": {
|
||||
"document": true,
|
||||
"window": true,
|
||||
"-Promise": true
|
||||
},
|
||||
"browser" : true,
|
||||
"boss" : true,
|
||||
"curly": true,
|
||||
"esnext": true,
|
||||
"debug": false,
|
||||
"devel": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"expr": true,
|
||||
"evil": true,
|
||||
"forin": false,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"laxbreak": true,
|
||||
"laxcomma": true,
|
||||
"maxcomplexity": 10,
|
||||
"maxlen": 80,
|
||||
"maxerr": 100,
|
||||
"node": true,
|
||||
"immed": false,
|
||||
"laxbreak": false,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"passfail": false,
|
||||
"shadow": true,
|
||||
"strict": false,
|
||||
"supernew": false,
|
||||
"trailing": true,
|
||||
"noempty": false,
|
||||
"nonew": false,
|
||||
"nomen": false,
|
||||
"onevar": false,
|
||||
"plusplus": false,
|
||||
"regexp": false,
|
||||
"undef": true,
|
||||
"sub": true,
|
||||
"strict": false,
|
||||
"white": false,
|
||||
"eqnull": true,
|
||||
"esnext": true,
|
||||
"unused": true
|
||||
}
|
||||
|
|
|
@ -12,5 +12,4 @@ node_js:
|
|||
- '0.10'
|
||||
|
||||
script:
|
||||
- bower install
|
||||
- ember test
|
||||
|
|
13
package.json
13
package.json
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"start": "ember server",
|
||||
"test": "ember test",
|
||||
"postinstall": "bower install --config.interactive=false -s",
|
||||
"outdated": "npm outdated --depth 0",
|
||||
"contributors": "git shortlog -s | cut -c8- | sort -f > CONTRIBUTORS"
|
||||
},
|
||||
|
@ -26,17 +27,17 @@
|
|||
"express": "4.9.5",
|
||||
"intel": "1.0.0-b6",
|
||||
"jade": "1.6.0",
|
||||
"mysql": "2.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mysql": "2.5.1",
|
||||
"broccoli-asset-rev": "0.3.0",
|
||||
"broccoli-ember-hbs-template-compiler": "^1.6.1",
|
||||
"ember-cli": "0.0.47",
|
||||
"ember-cli-content-security-policy": "0.1.3",
|
||||
"ember-cli": "0.1.1",
|
||||
"ember-cli-content-security-policy": "0.2.0",
|
||||
"ember-cli-ic-ajax": "0.1.1",
|
||||
"ember-cli-qunit": "0.1.0",
|
||||
"ember-data": "1.0.0-beta.10",
|
||||
"glob": "^4.0.5",
|
||||
"glob": "^4.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-concurrent": "^1.0.0",
|
||||
"grunt-contrib-jshint": "^0.10.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче