-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from salsify/fare-thee-well-resolver-monkeypat…
…ching Fare thee well, resolver monkeypatching
- Loading branch information
Showing
20 changed files
with
668 additions
and
1,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
language: node_js | ||
node_js: | ||
- "4" | ||
- "6" | ||
|
||
sudo: true | ||
dist: trusty | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
import Controller from '@ember/controller'; | ||
import Component from '@ember/component'; | ||
import Ember from 'ember'; | ||
import Resolver from 'ember-resolver'; | ||
|
||
import ComponentMixin from './mixins/component-mixin'; | ||
import ControllerMixin from './mixins/controller-mixin'; | ||
import ComponentLookupMixin from './mixins/component-lookup-mixin'; | ||
import ResolverMixin from './mixins/resolver-mixin'; | ||
|
||
Component.reopen(ComponentMixin); | ||
Controller.reopen(ControllerMixin); | ||
Ember.ComponentLookup.reopen(ComponentLookupMixin); | ||
Resolver.reopen(ResolverMixin); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
install: | ||
- ps: Install-Product node 4 | ||
- ps: Install-Product node 6 | ||
- yarn | ||
|
||
cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.