Ember.js - A JavaScript framework for creating ambitious web applications
JavaScript Other
Switch branches/tags
Latest commit 19eec05 Jul 31, 2017 @rwjblue rwjblue committed on GitHub Merge pull request #15560 from bekzod/remove-unused
remove unused imports
Permalink
Failed to load latest commit information.
bin Output correct `console.log` for `bin/run-tests` May 19, 2017
blueprints remove template blueprint newlines Jun 12, 2017
broccoli [PERF] Updated babel block-scoping config Jun 10, 2017
config Fix runnable tests configuration. May 29, 2017
generators [DOC] Update license year Jan 1, 2017
lib Remove emberjs-build and intrododuce babel 6 Mar 20, 2017
node-tests remove template blueprint newlines Jun 12, 2017
packages remove unused imports Jul 31, 2017
scripts Cleans up ember-source Oct 26, 2016
server Remove remaining JSHint/JSCS files Jan 4, 2017
tests Ensure "Enable Opt Features" runs feature flagged tests properly. May 2, 2017
vendor/ember Code cleanup based on ESLint warnings Nov 11, 2016
.editorconfig sync .editorconfig with default new app Jun 12, 2017
.eslintignore Add ESLint config files Jan 4, 2017
.eslintrc.js Remove emberjs-build and intrododuce babel 6 Mar 20, 2017
.gitattributes Adds .gitattributes file to remove any concerns about collaborators h… Apr 1, 2016
.gitignore Remove '*.swp' from .gitignore May 13, 2015
.travis.yml fixing bash variable in travis.yml Apr 7, 2017
.watchmanconfig many build tool upgrades: Jun 7, 2015
CHANGELOG.md Add 2.15.0-beta.1 to CHANGELOG.md. Jul 5, 2017
CODE_OF_CONDUCT.md Use https in references to emberjs website May 20, 2017
CONTRIBUTING.md Merge pull request #15257 from fixTypos/fix_typos Jun 19, 2017
FEATURES.md [FEATURE ember-module-unification] Initial work Jul 1, 2017
LICENSE [DOC] Update license year Jan 1, 2017
README.md Use https in references to emberjs website May 20, 2017
STYLEGUIDE.md Code cleanup based on ESLint warnings Nov 11, 2016
VERSION Post release version bump. Jul 5, 2017
d8-app.js Simplify d8-runner and add simple app Oct 31, 2016
d8-runner.js Simplify d8-runner and add simple app Oct 31, 2016
ember-cli-build.js [BUGFIX beta] rsvp classCallCheck issue fix Jul 16, 2017
ember-source.gemspec [BUGFIX beta] Remove handlebars from dependencies Dec 28, 2014
features.json [FEATURE ember-module-unification] Initial work Jul 1, 2017
index.js [BUGFIX release] Expose path to ember-testing.js Apr 5, 2017
package.json Merge pull request #15508 from kellyselden/ember-cli-is-package-missing Jul 18, 2017
testem.dist.json ember-cli-sauce v2.0.0 Jan 8, 2017
testem.json create multiple tested files for each variation: Jul 7, 2015
testem.travis-browsers.js Run chrome/firefox in Travis (not sauce). Sep 2, 2016
yarn.lock [BUGFIX lts] add ember-router-generator to dependencies Jul 18, 2017
yuidoc.json Use https in references to emberjs website May 20, 2017

README.md

Build Status Code Climate Build Status

Sauce Test Status

Ember.js is a Javascript framework that greatly reduces the time, effort and resources needed to build any web application. It is focused on making you, the developer, as productive as possible by doing all the common, repetitive, yet essential, tasks involved in most web development projects.

Ember.js also provides access to the most advanced features of Javascript, HTML and the Browser giving you everything you need to create your next killer web app.

Contribution

See CONTRIBUTING.md