Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Rudenko committed Apr 24, 2015
1 parent be7bb72 commit cae8092
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
2 changes: 2 additions & 0 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import tmpl from 'templates/application.hbs!';
// loaded into Ember.TEMPLATES as 'application'
Ember.TEMPLATES.application = tmpl;

import Pajax from 'pajax';

import './components/my-component';
var Demo = Ember.Application.create({
});
1 change: 1 addition & 0 deletions app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ System.config({
"hbs": "github:n-fuse/plugin-ember-hbs@1.12.0-beta.1",
"ihbs": "github:n-fuse/plugin-ember-ihbs@1.12.0-beta.1",
"jquery": "github:components/jquery@2.1.3",
"pajax": "github:n-fuse/pajax@0.1.7",
"github:components/ember@1.12.0-beta.1": {
"jquery": "github:components/jquery@2.1.3"
},
Expand Down
61 changes: 30 additions & 31 deletions dist/app.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"ember-computed-decorators": "github:rwjblue/ember-computed-decorators@master",
"hbs": "github:n-fuse/plugin-ember-hbs@1.12.0-beta.1",
"ihbs": "github:n-fuse/plugin-ember-ihbs@1.12.0-beta.1",
"jquery": "github:components/jquery@^2.0.3"
"jquery": "github:components/jquery@^2.0.3",
"n-fuse/pajax": "github:n-fuse/pajax@^0.1.0",
"pajax": "github:n-fuse/pajax@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.11",
Expand Down

0 comments on commit cae8092

Please sign in to comment.