Skip to content

Commit

Permalink
Updates docs for new build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrivingKings committed Apr 20, 2017
1 parent 1f96acf commit 0a60a03
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/contributing/development.md
Expand Up @@ -25,13 +25,15 @@ All plugins should live in the `packages` subdirectory and should follow this si
-- package.json
-- README.md
```
Then, add your package to the webpack build process
```json
entry: {
animo: "./packages/animo/src/",
funkyjazzpackage: "./packages/funkyjazzpackage/src/",
/* ... */
}
Then, add your package to the `./build.js` script
```js
const packages = [
'animate',
'animo',
'countdown',
'rotate',
'funkyjazzpackage'
]
```

### Package browser
Expand Down

0 comments on commit 0a60a03

Please sign in to comment.