Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Apr 24, 2014
1 parent d9a3d4c commit 441a6ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 155 deletions.
5 changes: 2 additions & 3 deletions Brocfile.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/* global require, module */

var env = require('broccoli-env').getEnv();
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var push = Array.prototype.push;

var app = new EmberApp(env, {
var app = new EmberApp({
name: require('./package.json').name,

legacyFilesToAppend: [
Expand Down Expand Up @@ -52,7 +51,7 @@ var app = new EmberApp(env, {
getEnvJSON: require('./config/environment')
});

if (env !== 'production') {
if (app.env !== 'production') {
push.apply(app.ignoredModules, [
'qunit',
'ember-qunit'
Expand Down
120 changes: 0 additions & 120 deletions api-stub/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions api-stub/routes.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"broccoli-env": "0.0.1",
"ember-cli": "0.0.23",
"ember-cli" : "0.0.23",
"originate": "~0.1.5",
"broccoli-template": "~0.1.1",
"broccoli-sass": "^0.1.3",
Expand Down

0 comments on commit 441a6ce

Please sign in to comment.