Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Fixing format for Jekyll #9

Merged
merged 1 commit into from
Oct 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Specify mixin locations relative to the `server/model-config.json` file. Multip
### npm module

This loads the [loopback-ds-timestamp-mixin](https://www.npmjs.com/package/loopback-ds-timestamp-mixin) module from the top level `node_modules` directory. Note that this module provides a mixin file `time-stamp.js` which is registered as the camel case `TimeStamp` name.

```js
{
"_meta": {
Expand All @@ -43,6 +44,7 @@ This loads the [loopback-ds-timestamp-mixin](https://www.npmjs.com/package/loopb
}
}
```

### The local `server/mixins/` directory

Because the `model-config.json` is within the `server` directory this loads the mixins from current mixins directory.
Expand Down