Skip to content

Commit

Permalink
cleaning up old content in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 2, 2022
1 parent 600c56c commit 9a3fae6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ Anti-prerequisites:

- Remove ember-cli-moment-shim from your app. Earlier versions of this addon required it, but now it will only give you a redundant copy with the one provided by ember-auto-import.

```bash
cd your-project-directory
ember install ember-pikaday
```

## Styles

In order to give apps control over styling, the default CSS does not load unless you tell it to. The recommended way to load the CSS is to create this file:
Expand Down Expand Up @@ -364,20 +359,6 @@ assert.equal(Interactor.selectedMonth(), 3);
assert.equal(Interactor.selectedDay(), 28);
```

## Excluding assets

By default, ember-pikaday will load for you the needed pikaday assets.
If you need to use a custom version, you can now disable auto assests importing like this:

```js
// ember-cli-build.js
let app = new EmberApp(defaults, {
emberPikaday: {
excludePikadayAssets: true,
},
});
```

## Other Resources

- [Video introduction by EmberScreencasts](https://www.emberscreencasts.com/posts/56-ember-pikaday)

0 comments on commit 9a3fae6

Please sign in to comment.