Skip to content

Commit

Permalink
change name of repository and project
Browse files Browse the repository at this point in the history
  • Loading branch information
miclip committed Aug 27, 2015
1 parent edeacc4 commit 825aaf0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 18 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Firebase-test
[![Build Status](https://travis-ci.org/miclip/firebase-test.svg?branch=master)](https://travis-ci.org/miclip/firebase-test)
# ember-firebase-base
[![Build Status](https://travis-ci.org/miclip/ember-firebase-base.svg?branch=master)](https://travis-ci.org/miclip/ember-firebase-base)

Base project Ember and Firebase.

Uses:
* Ember 2.0.1
* Ember-data 2.0.0
* Ember Torii
* Emberfire
* Bootstrap 4 Alpha
* Fontawesome

App to test out Ember and Firebase features.

## Prerequisites

Expand Down
12 changes: 6 additions & 6 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = function(environment) {
var ENV = {
modulePrefix: 'firebase-test',
modulePrefix: 'ember-firebase-base',
environment: environment,
baseURL: '/',
locationType: 'auto',
Expand Down Expand Up @@ -30,11 +30,11 @@ module.exports = function(environment) {
};

if (environment === 'development') {
// ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true;
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
// ENV.APP.LOG_VIEW_LOOKUPS = true;
ENV.APP.LOG_RESOLVER = true;
ENV.APP.LOG_ACTIVE_GENERATION = true;
ENV.APP.LOG_TRANSITIONS = true;
ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
ENV.APP.LOG_VIEW_LOOKUPS = true;
}

if (environment === 'test') {
Expand Down
8 changes: 8 additions & 0 deletions ember-firebase-base.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "/C/Projects/Ember/ember-firebase-base"
}
]
}
File renamed without changes.
8 changes: 0 additions & 8 deletions firebase-test.sublime-project

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "firebase-test",
"name": "ember-firebase-base",
"version": "0.0.0",
"description": "Small description for firebase-test goes here",
"private": true,
Expand Down

0 comments on commit 825aaf0

Please sign in to comment.